Top "Jupyter-lab" questions

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

How can I add a table of contents to a Jupyter / JupyterLab notebook?

The documentation at http://ipython.org/ipython-doc/stable/interactive/notebook.html says You can provide a conceptual structure for your …

jupyter-notebook jupyter jupyter-lab
What is the difference between Jupyter Notebook and JupyterLab?

I am new to Jupyter Notebook, what is the key difference between the Jupyter Notebook and JupyterLab, suggest me to …

jupyter-notebook jupyter jupyter-lab
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
jupyterlab interactive plot

I'm getting into using Jupyterlab from Jupyter notebooks. In notebooks I used to use: import matplotlib.pyplot as plt %matplotlib …

python matplotlib jupyter-lab
printing bold, colored, etc., text in ipython qtconsole

I'm trying to get text to display as bold, or in colors, or possibly in italics, in ipython's qtconsole. I …

python jupyter-notebook ipython jupyter-lab qtconsole
How to apply theme to jupyter lab

I tried to apply dark theme by putting a *.css file in the ~/.jupyter/custom/ directory (like here). This changes …

css jupyter-notebook jupyter-lab
How to add conda environment to jupyter lab

I'm using Jupyter Lab and I'm having trouble to add conda environment. The idea is to launch Jupyter Lab from …

python anaconda jupyter-notebook jupyter-lab
How to update jupyterlab using conda or pip?

How do you update jupyterlab using conda or pip? I understand that conda update jupyter updates jupyter notebook (I have …

anaconda jupyter jupyter-lab
How do I get the current IPython / Jupyter Notebook name

I am trying to obtain the current NoteBook name when running the IPython notebook. I know I can see it …

python jupyter-notebook ipython jupyter jupyter-lab
Jupyter lab shortcuts

I've been using Jupyter Notebooks for a couple of years now. I've just headed over to Jupyter Lab, but I've …

jupyter jupyter-lab