Top "Jupyter" questions

Jupyter is a collection of environments and protocols for interactive computing.

How to change the Jupyter start-up folder

I tried following the instructions given on the Jupyter Notebook documentation. Unfortunately, I haven't been able to figure it out. …

path anaconda jupyter-notebook jupyter
How to embed image or picture in jupyter notebook, either from a local machine or from a web resource?

I would like to include image in a jupyter notebook. If I did the following, it works : from IPython.display …

python image jupyter-notebook jupyter
Change IPython/Jupyter notebook working directory

When I open a Jupyter notebook (formerly IPython) it defaults to C:\Users\USERNAME. How can I change this so …

ipython jupyter-notebook jupyter
How do I comment out multiple lines in Jupyter Ipython notebook?

I want to comment out a block of multiple lines in Jupyter (Ipython Notebook), but can't find out how to …

ipython-notebook jupyter
Removing Conda environment

I want to remove a certain environment created with conda. How can I achieve that? Let's say I have an …

python jupyter conda
How do I add python3 kernel to jupyter (IPython)

My Jupyter notebooks installed with python 2 kernel. I do not understand why. I might have messed something up when I …

ipython ipython-notebook jupyter jupyter-notebook
Inserting image into IPython notebook markdown

I am starting to depend heavily on the IPython notebook app to develop and document algorithms. It is awesome; but …

python jupyter-notebook ipython jupyter
How to load/edit/run/save text files (.py) into an IPython notebook cell?

I've recently moved over to using IPython notebooks as part of my workflow. However, I've not been successful in finding …

python jupyter-notebook ipython jupyter
Conda environments not showing up in Jupyter Notebook

I installed Anaconda (with Python 2.7), and installed Tensorflow in an environment called tensorflow. I can import Tensorflow successfully in that …

anaconda jupyter jupyter-notebook conda
In which conda environment is Jupyter executing?

I have jupyter/anaconda/python3.5. How can I know which conda environment is my jupyter notebook running on? How can …

ipython anaconda jupyter jupyter-notebook