8,051 questions
0
votes
0
answers
98
views
Jupyter notebook refusing to recognize matplotlib installation
I am running a Jupyter notebook and I had to manually install using pip Matplotlib 3.10.7 because it wasn't recognized on my Anaconda. Now when I try to get it in Jupyter I get this error:
...
0
votes
1
answer
43
views
Jupyter Markdown hyperlink with <style> does not show color
Can someone help explain what is going on, and how to fix it so I don't have too put a <span> in every link.
I am actually writing some .md files and using Juypter to display it in its final ...
0
votes
0
answers
35
views
Strands Tools not working in Jupyter "Lookup Error:ContextVar name='parent_header'"
I have just tried a lot of things but i can't fix it. I am trying to run a simple strands tool calculator in 3 different jupyter environments and I always get the same error
"Error: LookupError ...
3
votes
1
answer
42
views
I would like to know how to configure jupyter notebook to display dot-files in the file browser
I regularly run jupyter notebook for tinkering with python projects (usually related to data analytics). It would be helpful if the jupyter "Home" page (the file system browser window) would ...
-3
votes
0
answers
47
views
How can I stop quarto at a given cell when compiling a pdf from a jupyter notebook?
I am using a jupyter notebook that I want to export to pdf using quarto. I use an header such as:
---
title: "title"
# date: "today"
# authors: ""
execute:
echo: true
...
0
votes
0
answers
108
views
Switching over from Spyder to VSCode
I am a long time user of Spyder to do data science with Python. At work I am trying to switch over to VSCode so that I can benefit from AI tools such as Amazon Q. So far I can not put together a set ...
-2
votes
0
answers
63
views
Jupyter notebook stuck in connecting in kernel in VS Code [duplicate]
I have a dialogue box stuck with this message:
Connecting to kernel: Python 3.12.6: Activating Python Environment 'Python 3.12.6'
It is just stuck in this process.
I have deleted both VS Code and ...
13
votes
2
answers
2k
views
Jupyter Notebook extension Visual Studio Code stuck "connecting to kernel"
I use Python 3.11.1 and Jupyter Notebook to run code selections or lines in the Interactive Window for debugging or coding purposes.
A few days ago, everything was working fine, and I didn't have any ...
0
votes
0
answers
45
views
Unable to make python virtual env work with jupyter
I followed the instructions from https://stackoverflow.com/a/58134257/31654471:
(qiskit) C:\Users\erick> ipython kernel install --user --name=qiskit
Installed kernelspec qiskit in C:\Users\erick\...
-1
votes
0
answers
53
views
Problem with Jupyter (Can't evaluate cell) PyCharm 2025.1.1.1 [closed]
I'm new in programming. Today I used to try my daily task and have such problem when try to evaluate cell.
Info from Jupyter console
Traceback (most recent call last):
File "<frozen runpy>...
0
votes
0
answers
31
views
runcell is not displayed in jupyter lab after pip install
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 ...
-1
votes
1
answer
74
views
issue with sagemath in jupyterhub
jupyterhub run with jupytrerlab on my vps (archlinux) in a venv.
Sagemath is installed at /usr/bin/sage.
venv/bin/jupyter kernelspec list
or sudo venv/bin/jupyter kernelspec list return
Available ...
0
votes
1
answer
49
views
Jupyter notebook shell command/line magic failure does not cause cell failure
I'm using a Jupyter notebook as a tutorial for a command-line tool. However, I noticed that regardless of whether I use a shell command (!) or line magic (%), an error does not cause the cell to fail, ...
0
votes
0
answers
41
views
MyST with Jupyter lab - where is the "on" button?
What works: I use Jupyter lab and use the markdown section for Latex-formula e.g. Works fine (exept equation numbering and referencing). My Jupyter lab version is 4.4.7 (upgraded last week).
What ...
0
votes
0
answers
48
views
Problem with publishing Jupyter Notebook online
I am currently working on an interactive UI in Jupyter Notebook based mainly on IPy Widgets to feature 3D interactive models created and exported previously using Blender. I used an HTML 3D model ...