-
-
Notifications
You must be signed in to change notification settings - Fork 131
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
how-to installation / testing #39
Comments
Right now this is very sketchy implementation of what we have in mind for a notebook integration within Spyder. It's usable but we don't think it's ready for public consumption yet. However, we're working to have it ready in a month or month and a half at most. Please be patient :-) |
Thanks @ccordoba12 looking fwd for it. Any pointer on how to develop/install/deploy spyder's plugins (spyder plugin api?) will be great. I saw the cooky-cutter repo .. but still confuse on how to test it out. |
@ccordoba12 should we improve in some way the README.md to include something more to test in development the plugin or we can close this one? |
Earlier this week I talked to somebody who was trying out the plugin, and their comments were:
|
Thanks for the feedback @jitseniesen :), maybe we could put the info of the welcome tab in the "How to use" section?:
Also, should we create an action in the |
Are you referring to the welcome tab in the Notebook pane? The problem for this user was that they did not notice the Notebook pane, so I don't think that will help. Maybe add a sentence to the readme on where to find the Notebook pane?
Yes, I think that's helpful
Maybe, but I think it would be better to have |
I just found and installed this plugin, but even though I can now open Jupyter files, they are shown in plain text and there is no "Editor / Notebook" switch. Any hints how to get it working? Thanks!! |
Hi @CoderCoderCoder could you see if the notebook is checked in the |
I reopened this, since @dalthviz mentioned this on another issues. @spyder-ide/core-developers maybe we should really use the normal open dialog and if the plugin is installed, we should be able (via some api) to ask the user if they want to open as text or as a notebook. This would really aviod having all this duplicates. We could add an extra thing on the open dialog (but this would require creating a custom Open dialog for each OS) so that we have a checkbox or something that reads, open as text, so that the default is to open as a notebook. |
To create a new notebook, something along the lines of File--> New notebook will be helpful . Saw similar functionality on Pycharm. |
@goanpeca, this is already closed. Please open a new issue to discuss the approach you propose. |
Hi, is there any doc/readme I can have a look at, to learn how to install and use this plugin? thanks!
The text was updated successfully, but these errors were encountered: