Skip to main content
Filter by
Sorted by
Tagged with
-1 votes
0 answers
51 views

The right way to change Jedi status in a Jupyter notebook seems to be %config Completer.use_jedi=False However the right way to check whether Jedi is enabled seems to be %config IPCompleter.use_jedi ...
robertspierre's user avatar
Advice
0 votes
5 replies
111 views

I came across an interesting behavior in Python lists and wanted some clarification. var1 = [1, 2.3, 67, 'New Value', True, 'Welcome', 6] var1.remove(True) print(var1) Output: [2.3, 67, 'New Value', ...
Harsh Kumrawat's user avatar
-3 votes
1 answer
73 views

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/...
Hasek's user avatar
  • 233
-1 votes
1 answer
511 views

I've installed miniconda, I've set-up an environment with Python 3.14.2, but I'm struggling to install Jupyter. Here's the code: Could not solve for environment specs The following packages are ...
Mehrab's user avatar
  • 19
1 vote
2 answers
241 views

I installed Miniforge via Homebrew and created a conda environment named env311. VSCode can detect and select this interpreter normallyenter image description here, but Cursor cannot see it.enter ...
Sniper's user avatar
  • 21
1 vote
1 answer
82 views

I am building a web server (with bottle.py) that loads notebook_client, etc, in order to execute Python notebooks in a custom way. When I start the server from the command line, as in python main.py ...
Luca's user avatar
  • 1,078
0 votes
0 answers
80 views

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 ...
Dontai Lewis's user avatar
0 votes
0 answers
50 views

When I run the cell below, and there is no file with the same name as filename, it executes perfectly. But on subsequent runs, if there exists a file with the same name, the kernel gets busy and ...
Shubham Patel's user avatar
1 vote
0 answers
207 views

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: ...
therickster's user avatar
0 votes
1 answer
68 views

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 ...
frankr6591's user avatar
  • 1,267
3 votes
1 answer
123 views

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 ...
Matt Baldwin's user avatar
1 vote
1 answer
1k views

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 ...
lonestar79's user avatar
19 votes
3 answers
13k views

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 ...
newbie's user avatar
  • 151
0 votes
0 answers
65 views

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\...
Eric's user avatar
  • 1
-1 votes
1 answer
142 views

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 ...
Valère Bonnet's user avatar

15 30 50 per page
1
2 3 4 5
535