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
Double-click on a file in Spyder needs to launch Spyder-Notebook plugin to open .ipynb files (like a NBopen equivalent) or "Open With..." Spyder-Notebook option in File Explorer widget
#367
Open
richlysakowski opened this issue
Jun 19, 2021
· 1 comment
First of all I want to say I LOVE the Spyder plugins because now I don't have to run Notebooks in Chrome, Firefox or anywhere else, I can stay in the Awesome Spyder, the simplest tool for learning and professional hacking with Python!
ISSUE: When I am in Spyder with the Spyder-Notebook plugin installed and enabled, if I double-click on a .ipynb file displayed in the Spyder Files tree widget, then Spyder should launch the Notebook Server automatically and open the notebook file in the Notebook Plugin inside Spyder.
The Spyder-Notebook plugin's menu system is an unexpected menu location, making Spyder-Notebook appear more like a PyQt wrapper hack. Is there a way to better integrate the Spyder-Notebook plugin with the Spyder Menu system so that it recognizes .ipynb files and launches the appropriate editors and viewers?
I want to Spyder to recognize .ipynb files from all locations within Spyder (the IDE's main "File... Open..." menu and the Spyder Files plugin) and open Spyder-Notebook by default.
At a minimum, we need a right-click "Open With Notebook..." menu in the File Explorer tree to launch a selected file(s).
What steps will reproduce the problem?
Double click on a file in File Spyder Explorer
Right-Click and select Open on a file selected in File Explorer
**What is the expected output?
It should open Spyder-Notebook
What do you see instead?**
A text file editor that allows me to hack (and corrupt) the JSON text in the .ipynb file. This is confusing to newbies that I train.
The text was updated successfully, but these errors were encountered:
ccordoba12
changed the title
double-click on a file in Spyder needs to launch Spyder-Notebook plugin to open .ipynb files (like a NBopen equivalent) or "Open With..." Spyder-Notebook option in File Explorer widget
Double-click on a file in Spyder needs to launch Spyder-Notebook plugin to open .ipynb files (like a NBopen equivalent) or "Open With..." Spyder-Notebook option in File Explorer widget
Jun 20, 2021
Hey @richdevboston, thanks for reporting. You said
First of all I want to say I LOVE the Spyder plugins because now I don't have to run Notebooks in Chrome, Firefox or anywhere else, I can stay in the Awesome Spyder, the simplest tool for learning and professional hacking with Python!
Thanks a lot for your kind words! We really appreciate comments like yours.
ISSUE: When I am in Spyder with the Spyder-Notebook plugin installed and enabled, if I double-click on a .ipynb file displayed in the Spyder Files tree widget, then Spyder should launch the Notebook Server automatically and open the notebook file in the Notebook Plugin inside Spyder.
We're aware of this issue and will try to fix it in a future release. We understand it's very counterintuitive to not be able to open notebooks directly in Spyder-notebook if it's installed. But providing that functionality could take us between six months to a year because it requires several changes on the Spyder side.
Description of your problem
First of all I want to say I LOVE the Spyder plugins because now I don't have to run Notebooks in Chrome, Firefox or anywhere else, I can stay in the Awesome Spyder, the simplest tool for learning and professional hacking with Python!
ISSUE: When I am in Spyder with the Spyder-Notebook plugin installed and enabled, if I double-click on a .ipynb file displayed in the Spyder Files tree widget, then Spyder should launch the Notebook Server automatically and open the notebook file in the Notebook Plugin inside Spyder.
The Spyder-Notebook plugin's menu system is an unexpected menu location, making Spyder-Notebook appear more like a PyQt wrapper hack. Is there a way to better integrate the Spyder-Notebook plugin with the Spyder Menu system so that it recognizes .ipynb files and launches the appropriate editors and viewers?
I want to Spyder to recognize .ipynb files from all locations within Spyder (the IDE's main "File... Open..." menu and the Spyder Files plugin) and open Spyder-Notebook by default.
At a minimum, we need a right-click "Open With Notebook..." menu in the File Explorer tree to launch a selected file(s).
What steps will reproduce the problem?
**What is the expected output?
It should open Spyder-Notebook
What do you see instead?**
A text file editor that allows me to hack (and corrupt) the JSON text in the .ipynb file. This is confusing to newbies that I train.
Versions and main components
The text was updated successfully, but these errors were encountered: