2,675 questions
-1
votes
0
answers
16
views
JupyterLab Extension: get absolute path of file selected in file browser
I found this JupyterLab extension that allows you to open a terminal in the same directory of a given script or notebook.
The idea is for the extension to add a "Open Location in Terminal" ...
-3
votes
0
answers
38
views
How can I open a terminal in the same directory of the script in Jupyterlab? [closed]
How can I open a terminal in the same directory as a script in JupyterLab?
If I click on File -> New Terminal, it seems to open on the directory where JupyterLab was started, not the current ...
Advice
0
votes
0
replies
56
views
How to build a Jupyter Book with HTML and PDF v1 without MyST?
I'm trying to build a Jupyter Book similar to this one and deploy it to GitHub Pages. I want:
A working HTML build
A downloadable PDF version
A structure similar to that repository's format
What I'...
-3
votes
1
answer
76
views
Error while starting Jupyter Notebook on Fedora Linux
I just did an upgrade of my Fedora from 41 to 43 version and got the following error message while starting Jupyter Notebook:
Traceback (most recent call last):
File "/home/hasek/.local/bin/...
0
votes
1
answer
125
views
Nix flake for using Jupyter Notebooks with R kernel
Goal
I want to be able to call nix-shell (or nix develop) followed by jupyter lab, and have a jupyter lab instance with an R kernel. (small detail - I also want this to work in the future even when ...
0
votes
0
answers
262
views
Memory access fault by GPU node-1 (Agent handle: 0x26f5dbf0) on address 0x7749d0333000. Reason: Write access to a read-only page
I am currently on a project to segment 3D-LSM images using self-supervised model and i have been trying to perform a dryrun(testing pre-training) on the AMD GPU droplet on digitalocean. the configs of ...
Advice
3
votes
2
replies
37
views
Missing symbol auto import functionality in Jupyter Notebook
When writing python code in a jupyter notebook, I often have to remember the exact imports for the libraries I'm using or copy pasting them. When using an IDE, you will usually get a red squiggly line ...
0
votes
1
answer
839
views
jupiter on ubuntu 25.10 .Modify packages of System Python is forbidden. To modify use another interpreter
Steps to reproduce:
Run via pycharm jupyter file:
from transformers import AutoTokenizer
OS:
Ubuntu 25.10
Jupyter version:
jupyter --version
Selected Jupyter core packages...
IPython : 9.8....
0
votes
0
answers
82
views
IOPUB Data rate exceeded in Pycharm
I'm using jupyter notebooks via pycharm and I'm running into an issue where the program is saying the following:
" IoPub data rate exceeded.
The jupyter server will temporarily stop sending ...
0
votes
1
answer
53
views
Embed table of contents in Jupyter notebook cell for export
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 ...
1
vote
1
answer
104
views
How to prevent markdown headings in a Jupyter Notebook (VSCode or JupyterLab) from appearing in the Table of Contents (TOC)
In Jupyter Notebooks (both in VS Code and JupyterLab), every markdown heading (like #, ##, etc.) automatically appears in the Table of Contents (TOC) or Outline view.
Sometimes, I want to include ...
1
vote
0
answers
96
views
Sagemaker Unified Studio overriding delta lake configuration to iceberg on EMR
I am connecting to an EMR cluster through SageMaker Unified Studio(JupyterLab).
My EMR cluster is configured with Delta Lake support, and I have the following Spark properties set on the cluster:
...
0
votes
0
answers
46
views
Can I show both File Browser and Table of Contents in the same sidebar in JupyterLab?
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 ...
0
votes
0
answers
132
views
How to get full React error messages instead of minified errors when using Turbo build system?
I' m using Turbo to manage my jupyterlab monorepo and run/build my React app. When I run the app or build with Turbo, I see minified React errors like:
Error: Minified React error #185; visit
https://...
3
votes
0
answers
159
views
Memory usage accumulates in simple loop until PC crashes
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 ...