-
-
Notifications
You must be signed in to change notification settings - Fork 132
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PR: Add '+' button to open new notebooks. #16
Conversation
This is so nice! Thanks a lot for it. Is the notebook working well for you on Windows? |
@@ -57,7 +57,13 @@ def __init__(self, parent): | |||
self.initialize_plugin() | |||
|
|||
layout = QVBoxLayout() | |||
self.tabwidget = Tabs(self, self.menu_actions) | |||
new_notebook_btn = create_toolbutton(self, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add a blank line before this one.
@ccordoba12 about how the notebook is working:
|
About your comments:
|
@dalthviz, please open an issue about your point 5. so we don't forget to fix it. |
Fixes #11