Skip to main content

Questions tagged [jupyter]

The tag has no usage guidance.

2 votes
1 answer
266 views

Jupyter Slideshow in VSCode

I am trying to edit and present a slideshow inside of VSCode using Jupyter Notebooks (on a Windows 11 computer). I can make Jupyter notebooks, and I have the Jupyter Slide Show extension installed in ...
Addem's user avatar
  • 175
1 vote
0 answers
445 views

Reset admin password on server JupyterHub

I have root access to server with installed JupyterHub. How to reset admin password or add another admin for JupyterHub using root server access?
Vyacheslav's user avatar
1 vote
1 answer
284 views

Safari can't open any websites after using Jupyter notebook

iMac Ventura 13.4, with Safari Ver. 16.5 (18615.2.9.11.4) I had downloaded Jupyter notebook. I updated Python, and pip, using Terminal (Much trial and error! An impressive, but intimidating, beast). ...
CNC_Pete's user avatar
1 vote
1 answer
371 views

How do I exit form "Failed validating schema (@jupyterlab/apputils-extension:package)" in Jupyter lab?

I am trying to access jupyter lab using ssh. I am fallen in this error message shown in the image that I attach: It is a similar problem reported in this StackOverflow post. My problem now is: how do ...
HelpNeederStudent's user avatar
0 votes
0 answers
237 views

Error while installing jupyterlab

I am encountering the below error while installing jupyterlab using pip. c:\users\xxx\appdata\local\programs\python\python311\include\pyconfig.h(207): fatal error C1083: Cannot open include file: '...
Harsha J K's user avatar
0 votes
1 answer
204 views

SSH bridge between two dynamic-ip pcs through third static-ip pc for jupyter notebook

normally I use this kind of script (this is part of a larger bash script) to connect my pc to a static-ip pc and run a jupyter notebook remotely: sudo fuser -k 8881/tcp echo 'Port 8881 is free now' ...
Pedro S. Ferreira's user avatar
0 votes
2 answers
682 views

Jupyter does not work without kernel restart after exception

I need to kill and restart the kernel of Jupyter upon encountering an exception in the code. Otherwise, none of the cells will execute. This happens with any script, i.e. it can be something as simple ...
borisbundschuh's user avatar
0 votes
1 answer
1k views

jupyterhub: Ubuntu 20.04 - port 80 blocked when accessed remotely

I started a web service running on port :80. The service is available from localhost, but from remote IP addresses seems to be blocked. Ping from remote IPs is OK, firewall seems to be inactive. What ...
Radim Burget's user avatar
0 votes
1 answer
114 views

Issue installing SciPy

I am trying to install Scipy to run on Jupyter (in VirtualBox Ubuntu OS, Windows Host). I type the following command and get errors. How can I fix it? python -m pip install --user numpy scipy ...
bottledatthesource's user avatar
1 vote
1 answer
292 views

Jupyter lab sidebar damages after installing an extension

I'm trying to install TOC extension for Jupyter lab. The issue is the same for both ways of installation: from the command window or from the extension manager. I'm installing an extension using the ...
Александр Волков's user avatar
2 votes
1 answer
748 views

R syntax highlighting in Jupyter Lab not working

I use a Macbook Pro running High Sierra. At first I created a R virtual environment with: conda create -n R r-essentials r-base Then I installed Java JDK, inside the new environment with: conda ...
Omar Omeiri's user avatar
1 vote
1 answer
252 views

Jupyter notebook loses directory tree periodically

After a time of inactive (1-2 days) jupyter notebook display nothing in directory tree (http://localhost/tree). How I can refresh directory tree without restart server? I don't want restart server ...
Sergey's user avatar
  • 11
1 vote
0 answers
88 views

Jupyter Notebook Config file when using JupyterHub

We have a JupyterHub setup for which the cofig lives at /etc/JupyterHub/jupyterhub_config.py I have still not been able to identify the config file for Jupyter Notebook in this scenario. Doing $...
Yash Srivastava's user avatar
1 vote
2 answers
2k views

How to use Jupyter Lab with ipv6 on Ubuntu

Could someone help me to use Jupyter Lab with ipv6 on Ubuntu? I have google everywhere but I could not find the answer. I've tried both jupyter lab --ip=::1 or jupyter lab --ip=MY_IPV6 it's not ...
Zen3515's user avatar
  • 131
4 votes
1 answer
2k views

Error exporting PDF file in jupyter notebook: pgfkeys '/tcb/size' error

I'm trying to export a notebook from Jupyter as a PDF file and server dumps this error mesage: nbconvert failed: PDF creating failed, captured latex output: Failed to run "['xelatex', './notebook.tex'...
Daniel Estrela's user avatar

15 30 50 per page