Open in VS code Jupyter Notebook - visual-studio-code

I have an issue that I cannot solve. Im trying to open a big file in VS Code this one ,but when Im trying to open with the option: Jupyter:Open Jupyter Notebook nothing happens.
With others files works fine and opens in jupyter notebook automatically but not this one. I think maybe I touch something so now it doesn't work.
Could somebody help me please?

Related

Jupyter kernel does not show in VS Code

I have added a new kernel to my jupyter notebook. It works totally fine using Jupyter in the browser. However if I try to open my notebook in VSCode (and change the kernel) it doesn't show up --> the drop-down menu doesn't show my kernel.
Is there anything I can do to resolve this issue.
Thanks in advance!

VS Code keeps making copies of my Jupyter Notebooks

I have a new installation of VS Code 1.62.3
When I open .ipynb files that were created in Jupyter Notebook and run the first piece of code, it keeps creating a second copy of the file with a hexidecimal name as a postfix.
Here is a screenshot of what it looks like:
This doesn't happen when I create the file in VS Code, only those created in Jupyter Lab.
Does anyone know why this is happening or how I can stop this?
Thank you

How to read a .ipynb in VS code

I have a .ipynb and Im trying to open it in VS code but I see it like this
Also I try to import the file from VS code an I got this error
Everything is in one line and I cannot see it as a Jupiter Notebook. How can I fix this problem?

Unable to execute code on Jupyter Notebook

I have been watching tutorials on data mining using python. I have installed Anaconda Python 3.5 package for windows 64 bit with default installation. I have made the program available to all users on my laptop. I am running windows 10 64 bit. I am able to open Jupyter notebook on localhost at http://localhost:8888 and browse to the folder than contains iPython notebook file. I can type commands in the text box but could not execute them. I don't know if this can be fixed by changing the current configuration. I have attached two screenshots for references. It is weird that the play button is missing. Instead a next button is shown at the same place. It will be greatly appreciated if someone could walk me through the steps. I do not know how to generate logs for debugging. But I am willing to try. Thanks everyone!
The info here http://jupyter-notebook.readthedocs.io/en/latest/examples/Notebook/Running%20Code.html says try shift+enter or green rectangle button. Would it not be easier to just save the file and run it from terminal with python (file)?
Try the "Cell" dropdown and "Run all" or while in the cell (the side highlight would be green), do shift + enter at same time.
Ipython has two modes: One to edit/run. Another to navigate.

jupyter notebook dropdown menus not working

Recently the dropdown menus in jupyter / ipython notebook have stopped working. I'm loathe to do a full anaconda reinstall without first understanding what's going wrong.
Hopefully this gif is sufficiently self explanatory of the problem. There's no error messages appearing that I can see in terminal. The other buttons in the header still work.
Updating jupyter did not work for me, however, disabling my pop-up blocker did the trick ('poper blocker' for Firefox in my case)
Running
conda update jupyter
seemed to the fix the problem somehow, even when reinstalling Anaconda did not.
I had a very similar issue, I could click on most of the menu items but just not the file menu. It wasn't an issue then one day it was. I deleted a chrome extension that I had: Kernel Hub, which I never used but was suppose to push kaggle updates to github, then I refreshed the page. I dunno if it was removing the extension up refreshing that fixed it but now it works.
For me it was a Chrome extension that caused the problem. I uninstalled it, reloaded the Jupyter Notebook page and the menus opened normally again.