Top "Jupyter" questions

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

How to run a single line or selected code in a Jupyter Notebook or JupyterLab cell?

In both JupyterLab and Jupyter Notebook you can execute a cell using ctrl + Enter: Code: print('line 1') print('line 2…

python jupyter-notebook jupyter jupyter-lab
How do I add a kernel on a remote machine in IPython (Jupyter) Notebook?

Dropdown menu in the top-right of the UI on a local machine (PC): Kernel-> Change kernel-> Python 2 (on …

python ipython ipython-notebook ipython-parallel jupyter
Unable to run a basic GraphFrames example

Trying to run a simple GraphFrame example using pyspark. spark version : 2.0 graphframe version : 0.2.0 I am able to import graphframes in …

python apache-spark pyspark jupyter graphframes
Best way to print Jupyter notebook slides? How to put a page break?

I want to print my jupyter notebook and share the hardcopy with non-programmer coworkers. What I have done so far: …

python html jupyter reveal.js nbconvert
Jupyter notebook - OSError [Errno 2] No such file or directory

I had to install Jupyter in order to complete Udacity's projects. After following the instructions, and running Jupyter, none of …

python anaconda jupyter-notebook jupyter jupyter-irkernel
JupyterLab: How to save a figure from the notebook

I'm trying the new JupyterLab and am having trouble saving figures. Using vanilla Jupyter notebooks, I can two-fingers click (using …

jupyter jupyter-lab
How to solve 404 error of jupyter lab

I installed Anaconda on my windows 10. and updated all packages. now I am trying to open Jupyter lab by cmd. …

python anaconda jupyter conda jupyter-lab
Highlight typos in the jupyter notebook markdown

When I write something in the jupyter notebook markdown field, the typos are not highlighted and often I ended up …

jupyter jupyter-notebook
How to use Jupyter notebooks in a conda environment?

Typically one runs jupyter notebook or jupyter-notebook or ipython notebook in a terminal to start a Jupyter notebook webserver locally (…

python jupyter-notebook environment-variables jupyter conda
"ImportError: No module named 'jwt'" in Jupyter

I am trying to import jwt (JSON Web Token) into Python. Following this I have installed the package. The package …

python import jwt jupyter pyjwt