Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
20 views

I used to use an extension in classic mode to embed my table of contents such that when I export the notebook as a PDF, the TOC remains linked to the internal sections. In Jupyter Lab, I see the TOC ...
RebeccaV's user avatar
0 votes
0 answers
38 views

I follow the guide on runcell download to install runcell for my jupyter lab with pip install runcell. But after pip install, i cannot see the runcell extension AI Agent panel in my jupyter, even if i ...
jojocys's user avatar
0 votes
0 answers
36 views

I'm using JupyterLab 4.4.5 and want to view both the File Browser and the Table of Contents at the same time in the sidebar. I don't want to move one to open two sidebars, I want both visible in the ...
Robert Chang's user avatar
3 votes
0 answers
138 views

I have recently experienced major crashes on my computer after executing some Python code of mine. My PC would freeze and sometimes show a bluescreen after a few rounds of a seemingly unproblematic ...
Octavius's user avatar
  • 139
1 vote
1 answer
87 views

I have this minimal Dash app: import os import dash from dash import html app = dash.Dash(__name__) app.layout = html.Div("Hello Dash!") print(f'{os.environ["HOST"]=}') app.run(...
mckbrd's user avatar
  • 1,129
0 votes
0 answers
89 views

For me, Jupyter(-lab) fails to work with the most recent version of Mayavi 4.8.3. Other Python interpreter software (like Spyder, ipython, ...) works well. For me, this can be boiled down to a bare-...
Mark's user avatar
  • 659
0 votes
0 answers
24 views

After running %pip install seaborn and restarting the kernel, I get that error when I run import seaborn. I've tried closing and reopening jupyterlab. I'm running this notebook on Windows. I'm using ...
Consumer of Cat Content's user avatar
0 votes
1 answer
437 views

I plan to install llama-cpp-python. However, I get error about "Could not find module 'D:\anaconda\Lib\site-packages\llama_cpp\lib\llama.dll' (or one of its dependencies). " I have Microsoft ...
PuiHean's user avatar
1 vote
0 answers
218 views

Good morning, evening and night! I'm having an issue when trying to download stock data using the yfinance tool in JupyterLab. It will work perfectly in Google Colab, as I'm using the following simple ...
Rafael Kronwald Sillas's user avatar
0 votes
0 answers
15 views

The JupyterLab desktop app GitHub repository at https://github.com/jupyterlab/jupyterlab-desktop?tab=readme-ov-file says that the app can be launched by the command jlab from the terminal, but I get a ...
Fred J. Hickernell's user avatar
2 votes
1 answer
191 views

"I'm following the same steps as my instructor, but my screen appears different compared to theirs. I've attached an image showing both screens. What could be causing this discrepancy, and how ...
Zeeshan Julf's user avatar
1 vote
0 answers
36 views

When I execute a cell in jupyterlab, it says that it's executing 2 cells (shown in this photo). I don't know what the second cell is. The first cell will finish, but jupyter will say that it's busy ...
kngo's user avatar
  • 13
0 votes
1 answer
87 views

I just installed the most recent version of Anaconda (24.11.3). I'm trying to do a simple line chart using matplotlib, but am just getting the text output instead of the actual chart. I tried this ...
jpanknin's user avatar
  • 125
0 votes
0 answers
37 views

Let say I have two notebooks: nba.ipynb nbb.ipynb In notebook A, I try to run: %run -n nbB.ipynb so that the two notebooks are running in two different namespace. However, after execute %run -n nbB....
PTQuoc's user avatar
  • 1,093
0 votes
1 answer
100 views

I'm looking for a way to programatically change the contents of a jupyterlab cell after it has been run as a way to "lock" it. For my specific use-case, my cell essentially looks like ...
KHAAAAAAAAN's user avatar
0 votes
0 answers
68 views

I'm new and going through the training in "getting started with anaconda" training series on their learning portal. I'm on a Microsoft 10 laptop. I'm currently working on Create a simple ...
Staci Wilkes's user avatar
2 votes
0 answers
75 views

Let say I have two jupyter notebook files called: main and sub Here are my needs: Call and run sub from main Each notebook has its own variables space. For example, if x=1 in main, but x=2 in sub ...
PTQuoc's user avatar
  • 1,093
0 votes
0 answers
33 views

Related to this question and these docs, I don't see a Specify Jupyter Server for Connections command in my command palete (Ctrl+E and enter ">"). My usecase: having a remote machine ...
MRiabov's user avatar
  • 31
0 votes
0 answers
139 views

I’m trying to access Jupyter Lab running inside a Docker container in host server, from my local machine via SSH tunneling. The connection works fine between the local and host and the host and ...
Jin Lover's user avatar
0 votes
0 answers
119 views

This is seems to be a Heisenbug so I can't give a reproducible example but I can describe my setup and symptoms. The symptoms are simple, occasionally (once every few days, though they seem to cluster)...
Ymareth's user avatar
  • 691
0 votes
0 answers
53 views

I am using the below code to display histogram but it does not seems to show any fig. I have no idea why it does not work. fig = px.histogram( df, x = 'age', ...
Hardeep Singh's user avatar
0 votes
1 answer
75 views

Is there a way to apply a style to a pandas table in Jupyter Lab and then print it while keeping the table truncation functionality? I have large tables where both the columns and the rows are ...
Lugburz's user avatar
  • 11
0 votes
0 answers
72 views

I’m reaching out for advice on resolving the issue shown in the attached image regarding the error message: A JavaScript error occurred in the main process Unexpected end of JSON input The error ...
gracenz's user avatar
  • 147
0 votes
1 answer
184 views

I'm using code from the example official documentation https://plotly.com/python/box-plots/ -> Box Plot With Precomputed Quartiles. In such cases, plotly using q1 for mix and q3 for max. import ...
greggyNapalm's user avatar
0 votes
0 answers
77 views

I am using an octave kernel in Jupyter Labs. I have noticed a problem, where when I use a semicolon to suppress code from appearing in the output, it adds a blank line instead. This can make my ...
Christopher Servant's user avatar

1
2 3 4 5
54