IPython is a feature-rich interactive shell for Python, and provides a kernel for frontends such as IPython Notebook and Jupyter Notebook.
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 jupyterI'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 minicondaWhat is a good strategy for keeping IPython notebooks under version control? The notebook format is quite amenable for version …
version-control ipython jupyter-notebookI 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-labIf I import a module defining a class of the same name belonging to a package, it is imported as …
python ipythonI want to copy already indented Python code / whole functions and classes into IPython. Everytime I try the indentation is …
python ipythonI 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 py4jIs it possible to zoom into a plot if inline is activated? Especially regarding to 3d-plots rotating and zooming is …
python matplotlib ipythonI 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-importI 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