About 12,900,000 results
Open links in new tab
  1. How do I launch jupyter notebook from my terminal?

    Aug 19, 2019 · Trying to Launch jupyter notebook from terminal. I am currently on my terminal in the correct folder, and I have python 3.5 installed along with conda. But it is not launching.

  2. How to 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

  3. python - How to open local file on Jupyter? - Stack Overflow

    3 To start Jupyter Notebook in Windows: open a Windows cmd (win + R and return cmd) change directory to the desired file path (cd file-path) give command jupyter notebook You can further …

  4. Make 3D plot interactive in Jupyter Notebook - Stack Overflow

    I use Jupyter Notebook to make analysis of datasets. There are a lot of plots in the notebook, and some of them are 3d plots. I'm wondering if it is possible to make the 3d plot interactive, so I ...

  5. How can I add a table of contents to a Jupyter / JupyterLab …

    UPDATE for 2025 onward: There's a built-in solution included in both current Jupyter Notebook 7+ and JupyterLab 4+ where the Table of Contents will be autogenerated based on markdown …

  6. How to obtain Jupyter Notebook's path? - Stack Overflow

    Aug 31, 2018 · Closed 4 months ago. Is there a function to obtain a Notebook's path? I've Googled a little on the subject but didn't find a simple way to do it... I want to obtain the …

  7. How to set env variable in Jupyter notebook - Stack Overflow

    May 30, 2017 · I've a problem that Jupyter can't see env variable in bashrc file. Is there a way to load these variables in jupyter or add custom variables to it?

  8. python - How to uninstall jupyter - Stack Overflow

    Oct 10, 2015 · I ran into a similar issue when my jupyter notebook only showed Python 2 notebook. (no Python 3 notebook) I tried to uninstall jupyter by pip unistall jupyter, pi3 uninstall …

  9. How to change the Jupyter start-up folder - Stack Overflow

    JupyterLab >= 3, Jupyter Notebook Classic, and RetroLab For recent nbclassic and JupyterLab >= 3 use c.ServerApp.root_dir instead of c.NotebookApp.notebook_dir (and jupyter server - …

  10. What does 'In [*]' mean in Jupyter notebooks? - Stack Overflow

    What does In [*] at the upper left-hand of the cell mean when running a Jupyter notebook? I know that when the cell in Jupyter notebook has not been run, it shows as In[ ], after running the …