question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Add option to install Jupyter when displaying message about Jupyter not being avaiable

See original GitHub issue

Currently when selecting an environment (even conda) if Jupyter isn’t available running cells displays a message indicating Jupyter is not available.

The message contains a link to a troubleshooting guide page.

We can simplify this for users by simply adding a button that would install jupyter in the current environment. We do this today with other tools used by the python extension (linters, formatter, etc).

Suggestion:

  • Add a button Install Jupyter
  • Clicking this would result in jupyter getting installed either via conda, pip or pipenv based on the type of the environment selected (use InstallationChannelManager class)

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Reactions:1
  • Comments:10 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
vnijscommented, Apr 20, 2019

@DonJayamanne It seems you were right after all. python.dataScience.searchForJupyter is set to true by default, but if you set it to false you can indeed connect to a running jupyter server without needing jupyter installed locally.

image

0reactions
rchiodocommented, Jul 11, 2019

Our next release should have an option for installing jupyter automatically.

See PR: microsoft/vscode-python#6421

Read more comments on GitHub >

github_iconTop Results From Across the Web

Add option to install Jupyter when displaying message about ...
Currently when selecting an environment (even conda) if Jupyter isn't available running cells displays a message indicating Jupyter is not available.
Read more >
What to do when things go wrong - The Jupyter Notebook
If you're using a menu shortcut or Anaconda launcher to start it, try opening a terminal or command prompt and running the command...
Read more >
How to fix errors occurring on installation of Jupyter Notebook
Go to your python.exe (for example, my way is C:\Users\user\AppData\Local\Programs\Python\Python37) - just for sure; python.exe python -m pip  ...
Read more >
How To Install Jupyter Notebook on Mac and Windows
Learn how to install Jupyter Notebook with Conda and pip. ... Do not add Anaconda to the PATH because it can interfere with...
Read more >
Working with Jupyter Notebooks in Visual Studio Code
To select an environment, use the Python: Select Interpreter command from the Command Palette (Ctrl+Shift+P).
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found