Top "Ipython" questions

IPython is a feature-rich interactive shell for Python, and provides a kernel for frontends such as IPython Notebook and Jupyter Notebook.

Changing the default port for iPython notebook server / Jupyter

I am trying to run an ipython notebook / jupyter server on a machine behind a firewall. The only port which …

port ipython ipython-notebook anaconda jupyter
Link Conda environment with Jupyter Notebook

I'm trying to set a good environnement for doing some scientific stuff with python. To do so, I installed Jupyter &…

python ipython jupyter jupyter-notebook miniconda
Using IPython notebooks under version control

What is a good strategy for keeping IPython notebooks under version control? The notebook format is quite amenable for version …

version-control ipython jupyter-notebook
Javascript Error: IPython is not defined in JupyterLab

I have the latest/updated Anaconda package. Everytime I try to plot something using python 3.6.6 I get the following error …

javascript ipython jupyter-lab
how to reload a Class in python shell?

If I import a module defining a class of the same name belonging to a package, it is imported as …

python ipython
How does IPython's magic %paste work?

I want to copy already indented Python code / whole functions and classes into IPython. Everytime I try the indentation is …

python ipython
Why can't PySpark find py4j.java_gateway?

I installed Spark, ran the sbt assembly, and can open bin/pyspark with no problem. However, I am running into …

python python-2.7 apache-spark ipython py4j
ipython notebook --pylab inline: zooming of a plot

Is it possible to zoom into a plot if inline is activated? Especially regarding to 3d-plots rotating and zooming is …

python matplotlib ipython
how to "reimport" module to python then code be changed after import

I have a foo.py def foo(): print "test" In IPython I use: In [6]: import foo In [7]: foo.foo() test …

python runtime ipython overloading python-import
How to disable password request for a Jupyter notebook session?

I have been launching Jupyter Notebook for years using the following command: jupyter-notebook --port=7000 --no-browser --no-mathjax When I try to …

python ipython jupyter-notebook python-3.5 jupyter