Ongeveer 2.020.000 resultaten
Koppelingen in nieuw tabblad openen
  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. What is the difference between Jupyter Notebook and JupyterLab?

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

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

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

    29 jul. 2017 · I would like to get an autocompletion feature in notebooks i.e. when I type something, a dropdown menu appears, with all the possible things I might type, without having …

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

    20 aug. 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. How to set env variable in Jupyter notebook - Stack Overflow

    30 mei 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?

  7. How do I launch jupyter notebook from my terminal?

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

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

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

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

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

  10. Change IPython/Jupyter notebook working directory

    28 mrt. 2013 · When I open a Jupyter notebook (formerly IPython) it defaults to C:\\Users\\USERNAME. How can I change this so to another location?