About 1,180,000 results
Open links in new tab
  1. python - Variable Explorer in Jupyter Notebook - Stack Overflow

    Jun 9, 2016 · 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 of right …

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

  3. How to get autocomplete in jupyter notebook without using tab?

    Jul 29, 2017 · The auto-completion with Jupyter Notebook is so weak, even with hinterland extension. Thanks for the idea of deep-learning-based code auto-completion. I developed a …

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

    Jupyter version info: The version of the notebook server is 4.3.1 and is running on Python 3.6.6, IPython ...

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

    At the time being, this can either be done manually as in Matt Dancho's answer, or automatically via the toc2 jupyter notebook extension in the classic notebook interface. First, install toc2 as …

  6. How to fix "'jupyter' is not recognized as an internal or external ...

    $ jupyter notebook [I 19:05:30.459 NotebookApp] Serving notebooks from local directory: [I 19:05:30.459 NotebookApp] 0 active kernels [I 19:05:30.459 NotebookApp] The Jupyter …

  7. how to make a new line in a jupyter markdown cell

    Jan 29, 2017 · There is a simple way to place text which will not be modified in Jupyter Notebook (markdown). You only use triple quotes with the reverse accent sign and end with the same …

  8. How to recover deleted Jupyter notebook cell? - Stack Overflow

    Jun 12, 2019 · My Jupyter Notebook doesn't have "Undo Delete Cells", shortcuts sometimes go wrong if done incorrectly, and a solution that works on any operating system may be more …

  9. python - JupyterLab interactive plot - Stack Overflow

    May 3, 2018 · In a complex setup, where jupyter-lab process and the Jupyter/IPython kernel process are running in different Python virtual environments, pay attention to Jupyter-related …

  10. jupyter - Restart ipython Kernel with a command from a cell

    Jun 10, 2016 · In IPython 8 and above, kernel can be accessed via get_ipython().kernel, so the above becomes get_ipython().kernel.do_shutdown() —get_ipython is a global available in …

Refresh