About 498,000 results
Open links in new tab
  1. python - What is the difference between Jupyter Notebook and …

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

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

    Jun 17, 2016 · 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?

  4. How do I convert a IPython Notebook into a Python file via …

    Jun 13, 2013 · Generate a Python script (.py) that includes all source code from the input Jupyter notebook (.ipynb). The user can input a Jupyter Notebook file from the current working …

  5. How to know which Python is running in Jupyter notebook?

    I use Jupyter notebook in a browser for Python programming, I have installed Anaconda (Python 3.5). But I'm quite sure that Jupyter is running my python commands with the native python …

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

  7. How to give jupyter cell standard input in python?

    I am trying to run a program on a jupyter notebook that accepts user input, and I cannot figure out how to get it to read standard input. For example, if I run the code with shift-enter: a = input()

  8. python - Make 3D plot interactive in Jupyter Notebook - Stack …

    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. python - How to open local file on Jupyter? - Stack Overflow

    It's a pity there is no possibility to right-click any folder in jupyter's "explorer view" and get a menu option to open the folder in the true os file explorer. This leads to convoluted tricks for files and …

  10. Change IPython/Jupyter notebook working directory

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