Skip to main content

Questions tagged [jupyter]

Jupyter is a collection of environments and protocols for interactive computing. It supports many languages and kernels, and works with frontends including the web application Jupyter Notebook. Jupyter was split from IPython in 2015, and Jupyter Notebook is based on IPython Notebook.

0 votes
0 answers
9 views

Epoch Skipping and 0 Accuracy/Loss in TensorFlow/Keras Model Training

I am training a food image classification deep learning model using TensorFlow/Keras, but I am encountering a strange issue where some epochs are skipped, and the training logs show 0 accuracy and 0 ...
Hannah Joshua's user avatar
0 votes
1 answer
28 views

Jupyter Notebook Cell Run Count Going Up in 2s

My jupyter notebook cell count is starting at 2 and going up in 2s. I.e. the first cell I run (even after I restart the Kernel) has a cell count 2, the next is 4, then 6 etc (see screenshot).Does ...
Ben303's user avatar
  • 45
-2 votes
1 answer
48 views

How do I modify the sequence of numbers in parentheses on the left side of a Jupyter Notebook cell?

Jupyter shows a cell number to the left of each cell: I wonder why the left braced sequence of numbers in the Jupyter Notebook cell only shows odd numbers. When I change a file, it may appear as an ...
nil_x's user avatar
  • 9
0 votes
0 answers
13 views

Jupyter hub custom authentication using token in header

I am using jupyter on my device mac ( apple silicon M2 ) which i cloned from the github repository what i want do is i will generate a generate a image and deploy on GKE for my users to use , now how ...
Harsh Mehta's user avatar
0 votes
0 answers
30 views

Positioning Jupyter Notebook Output Above Cells Using IPython(Javascript)

I prepared a jupyter widget that searches keywords in ipynb file and run corresponding cells. For better displaying purposes I prefer this widget to be shown above all cells. To do so, I can easily ...
hamflow's user avatar
  • 138
0 votes
1 answer
35 views

How do I use Jupyter/IPython magic commands in VSCode?

I saw someone else using magic commands in VSCode, but when I try them, I get a syntax error. How do I get them to work? Note: The idea for this question came from an earlier question with a similar ...
wjandrea's user avatar
  • 31.7k
0 votes
0 answers
30 views

find keywords in jupyter cells and run (Problem of simultanous runs)

I have successfully made several functions that search inputted keywords (they can be comments, codes, markdowns, or raw codes) inside the current jupyter ipynb file and run any cells containing those ...
hamflow's user avatar
  • 138
0 votes
1 answer
29 views

Nbconvert mode "webpdf" creates undesired new PDF pages when a Jupyter notebook runs a Python script

I've created a Python script which is quite complex but it can be run directly in any Jupyter notebook. The structure of my Jupyter notebook is: <Cell with %run <myscript.py> > In that ...
Andrea A.'s user avatar
-1 votes
1 answer
43 views

ImportError: cannot import name '' from '' (unknown location)

This is my folder structure folder structure I want to import formatting into my jupyter notebook, main.ipynb.I have tried from src.processing import formatting However, when I try the import, I get ...
Randy Cho's user avatar
0 votes
2 answers
43 views

Changing kg to lbs in a column in Jupyter Python

DataFrameI have a DataFrame with a column that is currently in kgs. I am trying to convert it to lbs. It is 316 lines and dtype is object. I have tried different approaches: df["Kerb_Weight"]...
Carol Stedry's user avatar
0 votes
0 answers
19 views

When I use Jupyterlab in google chrome to write code, It Raise "SyntaxError: invaild non-printable character U+00A0", but safari has not this problem

When I use Jupyter lab in chrome browser, it always autoadd special character in my code resulting a SyntaxError SyntaxError: invalid non-printable character U+00A0 When I delete this special ...
Hu Yifan's user avatar
-1 votes
1 answer
9 views

How to start up Jupyter without Token

So I recently just encountered an issue with my jupyter notebook. Its asking for tokens. Even after I use the "jupyter server list" command to get the token, still not working. Any help ...
Aniebiet Abia's user avatar
-1 votes
0 answers
18 views

No module named 'googlemaps'

I'm trying to import the google maps module and although I've installed it already when I run my code it as if it can't find it on my mac? I've installed the following from google just to be safe but ...
Andrew Carson's user avatar
0 votes
0 answers
20 views

Rendering Jupter Notebook Issue

I am using nbconvert to render out a jupyter notebook and want to try and show case an interactive dataframe so that other members of my team can look at the data, but there are more markdown cells ...
Ishana Garuda's user avatar
0 votes
0 answers
17 views

IOPub data rate exceeded and changing the Jupyter config file doesn't work

I got this error: IOPub data rate exceeded. The Jupyter server will temporarily stop sending output to the client in order to avoid crashing it. To change this limit, set the config variable `--...
Ruby Midford's user avatar

15 30 50 per page
1
2 3 4 5
539