About 2,020,000 results
Open links in new tab
  1. 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 …

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

  4. 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), …

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

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

    Jan 1, 2022 · I've tried to reinstall nbconvert using pip to no use. I've also tried the tip from this thread with installing pip install jupyter in vscode terminal but it shows that "Requirement …

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

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

  9. jupyter lab - How to open terminal in jupyterlab directly where ...

    Jun 19, 2022 · For example, I'm running jupyter lab on SageMaker AWS. my terminal doesn't show me where I am in the directory so I have to hit 'ls' and 'cd' over and over to get to where I …

  10. What to do when Jupyter suddenly hangs? - Stack Overflow

    Oct 9, 2016 · I'm using Jupyter notebook 4.0.6 on OSX El Capitan. Once in a while I'll start running a notebook and the cell will simply hang, with a [ * ] next to it and no output. When this …