Questions tagged [jupyter-lab]

JupyterLab is a web application that provides a frontend to many different languages and interactive shells such as IPython. JupyterLab enables you to work with documents and activities such as Jupyter notebooks, text editors, terminals, and custom components. You can arrange documents side by side using tabs and splitters. It supports Markdown, Python, R, LaTeX, images, CSV, JSON, PDF, Vega etc. Use this tag for questions related only to JupyterLab.

2575 questions
0
votes
0 answers

Value of dynamically generated Textbox not changing in Voila Render mode in ipywidgets

I am generating Textboxes dynamically in ipywidgets. The use case is, in a given tab, multiple cities will be selected from a list of checkboxes, and then based on selection, a table containing city name and priority (editable) will generated…
Abhishek
  • 83
  • 10
0
votes
0 answers

Jupyter Lab on AWS EC2: Memory issues when accessed by multiple browsers

I would like to know why the Jupyter Lab server crashes when accessed by multiple browsers (Chrome and Firefox). To provide more details, I accessed the server on AWS EC2 (instance: t3.xlarge, OS: Ubuntu 20.04) using the command "jupyter lab…
pie
  • 3,849
  • 2
  • 11
  • 9
0
votes
0 answers

In Jupyter Lab, how do I disable these suggestions when pressing tab?

I just want to use tab to indent my comment. How do I do this? How do I disable these suggestions? These are my current versions: IPython : 8.12.0 ipykernel : 6.19.2 ipywidgets : not installed jupyter_client :…
mezzomixx
  • 11
  • 1
0
votes
0 answers

How to build a custom widget in JupyterLab with JavaScript

I have written a simple widget in Jupyter Notebook which is a checkbox table. Now, I am trying to migrate this widget to Jupyter Lab. However, I am unable to find a way to insert JavaScript in a running notebook to build my widget. I have read the…
0
votes
0 answers

Launching Anaconda Powershell Prompt using pywinauto on jupyter lab

I've been trying to launch Anaconda Powershell Prompt using pywinauto package on jupyter lab. I copied the code from swapy(tried both 64 bit and 32 bit version). It returns a syntax error. Where's the problem? from pywinauto.application import…
0
votes
0 answers

How can I add the 'mathtools' LaTeX package to Jupyter Lab for compact 4x4 matrices? It is not included by default

Is there a way to add LaTeX packages to jupyter lab? I need "math tools" package for making a matrix look compact since "asmmath" package (which jupyter seems to have) is not adequate for my purposes. I am trying to write a compact looking inline…
0
votes
0 answers

how to launch jupyterlab from a python conda env with a single Windows DOS command

I have installed Jupyter Lab in one of my conda python environments which I named jupyter. I would like to launch this Jupyter Lab by clicking an icon in the Windows taskbar but don't know how to specify the appropriate DOS command in the Target box…
dreme
  • 4,761
  • 3
  • 18
  • 20
0
votes
0 answers

Debug incoming http header for jypyter-notebook

I have a problem with CORS in my k8s jypyter-notebook deployment and I want to check incoming http requests headers. How can I debug incoming http calls and headers in jypyter-notebook?
kolchanov
  • 2,018
  • 2
  • 14
  • 32
0
votes
1 answer

How to fix when ipywidgets do not render in a jupyter-lab notbook?

I have jupyter-lab version 3.6.3 installed and it fails to render ipywidgets. I followed the instructions mentioned in their documentation and it still does not render. These are the steps I've taken: conda install -n base -c conda-forge…
Mehran
  • 15,593
  • 27
  • 122
  • 221
0
votes
0 answers

Error when configuring IRKernel from within R for Anacode

I followed this link for installing the R kernel in Jupyter Lab. However, when I got to the last step for macbook, I received this error: Error in IRkernel::installspec() : jupyter-client has to be installed but “jupyter kernelspec --version”…
0
votes
0 answers

how to activate jupyter collaborative mode

I've tried many different methods in order to activate the collaborative mode on Jupyter Lab and I didn't expect it to be a particularly difficult task. Apparentely, all I need is to update the jupyter notebook server to the latest version (2.0 or…
0
votes
0 answers

Jupyter interactive 3D plot of several planes in a volume

Is it possible to display several 2D arrays or dataframes as contour plots in a single 3D axes object? The arrays represent planes in a volume, and each element stands for a data point. I'd be happy enough if this is possible for a simple stack,…
damada
  • 95
  • 8
0
votes
0 answers

C++ Jupyter-lab

Installed miniconda, created env, trying to install xeus-cling - conda install xeus-cling -c conda-forge Gives an error message: Collecting package metadata (current_repodata.json): done Solving environment: failed with initial frozen solve.…
0
votes
0 answers

Is there a JupyterLab-compatible JS library to watch files?

I am currently working on a JupyterLab extension, and I have been getting through the whole official documentation for days now. I want to make an extension that watches specific files for changes in JupyterLab's scope. For example, let's say my…
0
votes
0 answers

Find an error message after installing ggfortify at conda environment when call the library from JupyterLab of this conda kernel

I have install conda and create a conda environment of R. Then I have add this r-env to jupyterLab as a kernel. From terminal of activated r-env I have installed ggfortify R package using "conda install -c conda-forge r-ggfortify -y". And…
1 2 3
99
100