Closed robmurtagh closed 6 years ago
What version of Jupyter are you using?
Please could you try to uninstall Jupyter extension and try.
Also could you update Jupyter to the latest version.
I'm on Jupyter 1.0.0. Looks like this is the latest version: https://pypi.python.org/pypi/jupyter
When I uninstall Jupyter extension and run a cell it says:
Deprecated: Please install the new Jupyter extension. Jupyter functionality within this extension has been deprecated.
On reinstalling Jupyter extension, symptoms are the same.
Thanks for the advice!
When you get the message, just ignore it, don't re-install it.
Ah, I've found a workaround. If I go:
For some reason setting the notebook manually fixes it?
hmm... interesting. it should have been picked up automatically. Oh well, thanks
Np, thanks for your work on the extension.
On the first run, once I've started a notebook, when I go to 'Jupyter: Enter the URL of a local/remote Jupyter notebook', my notebook address is already there. It's as if it just hasn't been 'Entered'.
Btw, would it ever be possible to attach the VSCode debugger to a Jupyter cell? I guess since the commands are actually being executed remotely, this might be tricky right?
Thanks
Unfortunately no, at this stage it isn't possible to debug the execution of code within the jupyter environment.
Environment data
VS Code version: 1.10.2 Jupyter Extension version: 1.0.0 OS and version: macOS Sierra 10.12.3
Logs
Output from
Jupyter
output panelOutput from
Console window
(Help->Developer Tools menu)Actual behavior
Cannot run a Jupyter cell in python since pythonVSCode update.
Expected behavior
Run a Jupyter cell. It used to work fine when vscodeJupyter was part of pythonVSCode, but since I updated my python plugin, and got the deprecation notice, it's broken.