You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The NotebookPlugin class integrates the plugin into Spyder. However, it implements more of the functionality, like managing notebook tabs and creating new notebooks. This should go in a different class to get a cleaner design and hopefully easier testing. Perhaps I can make a stand-alone application, which can be helpful during development.
The text was updated successfully, but these errors were encountered:
The NotebookPlugin class integrates the plugin into Spyder. However, it implements more of the functionality, like managing notebook tabs and creating new notebooks.
Makes sense
Perhaps I can make a stand-alone application, which can be helpful during development.
The
NotebookPlugin
class integrates the plugin into Spyder. However, it implements more of the functionality, like managing notebook tabs and creating new notebooks. This should go in a different class to get a cleaner design and hopefully easier testing. Perhaps I can make a stand-alone application, which can be helpful during development.The text was updated successfully, but these errors were encountered: