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
Clear out global storage to remove any saved jupyter interpreter data
Create a new folder with a .py file in it (or change the active non-jupyer interpreter to a fresh .venv without jupyter installed)
Try to start the interactive window or a notebook
You should get a prompt to install dependencies in the current active environment
Click yes to install them
When the install is done try to launch again, you get an error with no prompt
After closing and reopening VS Code the scenario should work.
Just to clarify about the bug state you want to be in a place where if you pick Select Jupyter Interpreter there is nothing in the current selection box (on top here):
And you want to have a python interpreter active here selected that does not have jupyter installed (otherwise our initial jupyter interpreter setting code will find it an use it).
The text was updated successfully, but these errors were encountered:
After closing and reopening VS Code the scenario should work.
Just to clarify about the bug state you want to be in a place where if you pick Select Jupyter Interpreter there is nothing in the current selection box (on top here):
![image](https://user-images.githubusercontent.com/812783/75585075-26892280-5a26-11ea-950d-1e50b79fc3f7.png)
![image](https://user-images.githubusercontent.com/812783/75585146-4caec280-5a26-11ea-932b-5899dc6b69fc.png)
And you want to have a python interpreter active here selected that does not have jupyter installed (otherwise our initial jupyter interpreter setting code will find it an use it).
The text was updated successfully, but these errors were encountered: