Skip to main content

Questions tagged [jupyter]

Filter by
Sorted by
Tagged with
3 votes
1 answer
250 views

I've set up different Python venv/virtualenv environments on my Debian 12, each with their own packages. However, I want to use/install Jupyter Notebook only once (in just one virtual environment). ...
ReflectYourCharacter's user avatar
0 votes
0 answers
36 views

Below, two qtconsole instances, the first uses a font size of 14 pts, the second a font size of 12 pt — both use a width of 81 characters, As you can see, the actual widths in characters is quite ...
gboffi's user avatar
  • 1,406
1 vote
1 answer
2k views

Environment Details Previous OS: Windows 11 Current OS: Arch Linux Desktop Environment: KDE Plasma IDE: Visual Studio Code (OSS CODE) Required Feature: Jupyter Notebook support Issue Description ...
Harshal Malani's user avatar
5 votes
0 answers
2k views

Understand that there is a jupyter-resource-usage Jupyter extension which allows us to monitor the resource usage (e.g. CPU, memory) of a running Notebook (server and its children (kernels, terminals, ...
Shern's user avatar
  • 151
0 votes
1 answer
1k views

I guess the issue is not with the python specifically but with overall RAM management in Linux. So here's the code: !pip install numpy opencv-python pandas matplotlib tensorflow scikit-learn import ...
dummygum's user avatar
1 vote
1 answer
309 views

I am currently working with Jupyter notebooks. With an IDE I used to be able to look for parts of my code that could be elsewhere, and thus refactor as needed. Suppose I have the following code: ...
monkey intern's user avatar