About 2,270,000 results
Open links in new tab
  1. What is the difference between Jupyter Notebook and JupyterLab?

    Jun 22, 2018 · Jupyter Notebook is a web-based interactive computational environment for creating Jupyter notebook documents. It supports several languages like Python (IPython), …

  2. 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 …

  3. Comment/Uncomment multiple lines in JupyterNotebook hotkey

    May 12, 2021 · CTRL+/ for comment and uncomment multiple lines you can press 'h' anywhere in command mode, you can find all the shortcuts of jupyter.

  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. IPython/Jupyter Problems saving notebook as PDF

    So downloaded as tex jupyter nbconvert --to latex "my notebook.ipynb", made some tweaks with notepad (as an example, in my case I needed these lines for my language …

  7. Jupyter Notebook: interactive plot with widgets - Stack Overflow

    Jupyter Notebook: interactive plot with widgets Asked 8 years, 1 month ago Modified 2 years, 11 months ago Viewed 188k times

  8. 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...

  9. Jupyter nbextensions does not appear - Stack Overflow

    Apr 4, 2018 · The first command works fine; the second gives a traceback ending with Exception: Jupyter command 'jupyter-contrib' not found. Looking at @rishijain's answer, I don't have the …

  10. 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.