About 2,070,000 results
Open links in new tab
  1. How can I fix "'jupyter' is not recognized as an internal or external ...

    I have installed Jupyter on Windows 10, Python 3.x via pip install jupyter The installation works fine, even though I did restart the terminal. But trying to run jupyter notebook gives the follow...

  2. Introducing Python and Jupyter Notebooks Support in Microsoft …

    Jan 10, 2023 · Jupyter Notebooks, interactive documents that comprise code, rich-text, and visualizations, are widely used and loved by data scientists and machine learning practitioners. …

  3. VS Code does not find Python kernel - Stack Overflow

    Nov 2, 2022 · I am running VS Code on a Mac OS. I have installed Jupyter extension but I'm unable connect to my Python virtual environments. When I create a new virtual environment …

  4. What is the difference between ! and % in Jupyter notebooks?

    Aug 20, 2017 · !, provided by Jupyter, allows shell commands to be run within cells. I haven't been able to find much comparing the two, and for simple shell commands like cd, etc. The main …

  5. After installing with pip, "jupyter: command not found"

    After installing with pip install jupyter, terminal still cannot find jupyter notebook. Ubuntu simply says command not found. Similar with ipython. Did pip not get install properly or somethin...

  6. python - Variable Explorer in Jupyter Notebook - Stack Overflow

    Jun 9, 2016 · 43 If you use Jupyter Notebooks within Jupyter Lab there has been a lot of discussion about implementing a variable explorer/inspector. You can follow the issue here As …

  7. Jupyter Notebook 500 : Internal Server Error - Stack Overflow

    I want to learn how to use Jupyter Notebook. So far, I have managed to download and install it (using pip), but I'm having trouble opening it. I am opening it by typing: jupyter notebook in my …

  8. Conda environments not showing up in Jupyter Notebook

    Sep 21, 2016 · So, inside Jupyter, conda kernelspec list does list my two environments. Their respective kernel.json points to two different python paths. However, if I do jupyter notebook …

  9. python - VScode fails to export Jupyter notebook to HTML

    Jan 1, 2022 · Available subcommands: 1.0.0 Jupyter command `jupyter-nbconvert` not found. I've tried to reinstall nbconvert using pip to no use. I've also tried the tip from this thread with …

  10. How do I add python3 kernel to jupyter (IPython)

    Mar 3, 2015 · 382 My Jupyter notebooks installed with python 2 kernel. I do not understand why. I might have messed something up when I did the install. I already have python 3 installed. How …