Top "Jupyter-lab" questions

JupyterLab is a web application that provides a frontend to many different languages and interactive shells such as IPython.

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
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 to "find and replace" text?

I see there is such command in the Edit menu tab, but is dim grey, both if I am inside …

jupyter-lab
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
How to change the background color of a single cell in a jupyter notebook / jupyterlab?

I design a notebook so that variables that could be changed by the user are grouped into distinct cells throughout …

jupyter-notebook jupyter-lab
Could not determine jupyterlab build status without nodejs

I'm seeing this error in the terminal: "Could not determine jupyterlab build status without nodejs". Even when latest version of …

node.js jupyter-lab
How to download a .py file from Jupyter lab notebook?

In jupyter notebook, there is a provision to download a notebook as .py file. In jupyter lab, there is an …

python jupyter-notebook ipython jupyter jupyter-lab
`jupyterlab` doesn't recognize `nodejs` and `npm` installations

I'm having troubles installing the jupyterlab_bokeh extension. $ jupyter labextension install jupyterlab_bokeh Errored, use --debug for full output: ValueError: …

node.js ubuntu bokeh jupyter-lab
How to dockerize Jupyter lab

I'm trying to dockerize the Jupyter Lab and so I tried to create a Dockerfile as below, FROM python:3.6 WORKDIR /…

docker jupyter-notebook dockerfile jupyter-lab