Skip to main content
0 votes
1 answer
29 views

I try to run jupiter notebook with docker. I run this in my terminal: docker run -it -v $(pwd):/home/optimus/localwork --workdir /home/optimus/localwork -p 8888:8888 optimuslib/optimus:latest I ...
O Oz's user avatar
  • 11
0 votes
0 answers
27 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
0 votes
0 answers
47 views

Problem When saving a matplotlib figure using fig.savefig(), the figure looks different from when the figure is rendered in a Jupyter Notebook. Question How can I render a static (non-interactive) ...
Heisenbugs's user avatar
1 vote
0 answers
67 views

I wrote a notebook on Kaggle and imported a dataset. The main content of the notebook is as follows: %%bash pip install xxx # Install dependencies if [ ! -d "/kaggle/working/latex-ocr-...
YourSun's user avatar
  • 11
0 votes
0 answers
33 views

I am analysing some data using dask distributed on a SLURM cluster. I am also using jupyter notebook. I am changing my codebase frequently and running jobs. Recently, a lot of my jobs started to crash....
Yatharth's user avatar
0 votes
1 answer
131 views

I want to setup an environment in a Jupyter notebook where parameters are stored in a dictionary parValue and where you can change values of one or several parameters with a function par(), while ...
janpeter's user avatar
  • 1,166
1 vote
0 answers
133 views

I need to to run a series of pre-trained fine-tuned models from Hugging Face to Jupyter notebook. I have updated to the latest version of both PyTorch and Transformers, but when I run the code from ...
Alex Colville's user avatar
0 votes
1 answer
98 views

In a Jupyter Notebook, I make use of a Jupyter Widget to interact with a function. The widget gives me a dropdown that can cycle through some plots, and its options are retrieved from a dataframe. ...
sybren osinga's user avatar
1 vote
0 answers
73 views

I'm having a problem passing the font size that I chose within the itables package to be the font size that Quarto will use for that specific table. What I'm doing currently is options.lengthMenu = [5]...
Thomas Petit's user avatar
1 vote
0 answers
94 views

In the Umbrella-sampling gromacs tutorial jupyter notebook, it stuck in running gmx mdrun for a day. Is it supposed to be like this? This is the gromacs tutorial jupyter notebook cell for running gmx ...
Yeseo Kim's user avatar
0 votes
1 answer
54 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
0 votes
1 answer
70 views

Every time I run any pygame code in Jupyter Notebook (the online demo) it just crashes, giving an error that I've looked for everywhere, to no avail. I'm using the Pyodide Kernel, which apparently ...
3pics1ash's user avatar
0 votes
0 answers
61 views

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 ...
Manuel Lamelas's user avatar
3 votes
1 answer
55 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
2 votes
0 answers
58 views

Is there any python package to compute ekman velocities in the water column from wind data observations? I have wind direction and velocity on an specific location and I would like to obtain a ...
Eva Chamorro Garrido's user avatar

15 30 50 per page
1
2 3 4 5
1673