Issue
When I write a code in the editor in VScode and then I try to import this code into jupyter notebook, the alterations I made in the code are do not update - the code that runs in jupyter notebook is the code that is open when I initialize VScode.
To update the code I need to restart VScode, open jupyter notebook, and import the code with the alterations made before restarting VScode. I set the path to the folder, and I using the same virtual environment. Is there anyway to fix this?
Solution
You could download script file from jupyter as "py" file and run it on other editors most jupyter support that for example in anaconda jupyter
and google colab support this too but a notebook run only with program support python notebook.
Answered By - omar
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.