Top "Jupyter" questions

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

How to install sagemath kernel in Jupyter

I could use Python Kernel with Jupyter. I am looking for a way to use sagemath inside Jupyter.I couldnt …

jupyter jupyter-notebook sage
No module named 'pmdarima'

Im using the jupyter notebook from remote access and want to import the pmdarima for the auto_arima to select …

python import jupyter-notebook jupyter pmdarima
IPython notebook: Convert an HTML notebook to ipynb

I have converted an IPython notebook to HTML format and subsequently lost the original ipynb file. Is there a simple …

python ipython jupyter-notebook jupyter nbconvert
How do I run Python asyncio code in a Jupyter notebook?

I have some asyncio code which runs fine in the Python interpreter (CPython 3.6.2). I would now like to run this …

python ipython-notebook jupyter python-asyncio
Which of the many Spark/Scala kernels for Jupyter/IPython to choose?

There are a lot of Scala/Spark kernels for IPython/Jupyter: IScala ISpark Jupyter Scala Apache Toree(prev Spark Kernel) …

scala apache-spark ipython jupyter
ImportError: IProgress not found. Please update jupyter and ipywidgets although it is installed

I am using jupyter notebook and installed ipywidgets==7.4.2 widgetsnbextension pandas-profiling=='.0.0 and also I ran: !jupyter nbextension enable --py widgetsnbextension …

pandas jupyter-notebook jupyter ipywidgets pandas-profiling
How do I start jupyter notebook from command-line to run in my current directory, without editing config files or passing hard paths?

Juypter notebook currently has a limitation: Starting terminal in current directory How do I do this from command-line (no Anaconda …

command-line-interface jupyter-notebook jupyter relative-path invocation
plot.ly offline mode in jupyter lab not displaying plots

According to the documentation, offline mode with plot.ly in Jupyter is supposed to work after calling: from plotly.offline …

python plotly jupyter jupyter-lab
Jupyter install fails on Mac

I'm trying to install Jupyter on my Mac (OS X El Capitan) and I'm getting an error in response to: …

python macos jupyter failed-installation
How to download all files and folder hierarchy from Jupyter Notebook?

If I want to download all of the files and folder hierarchy from Jupyter Notebook as shown in the picture, …

jupyter-notebook jupyter file-management jupyterhub