Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [jupyter-notebook]

The Jupyter Notebook is a web application that provides a frontend to many different languages and interactive shells such as IPython. Jupyter Notebook, unlike its predecessor IPython Notebook, supports many different languages and interactive shells in addition to Python and IPython. DO NOT use this tag on questions regarding code which merely happens to be written using Jupyter Notebooks, use the appropriate language tag instead, e.g. [python], [r].

0 votes
0 answers
3 views

Anaconda / JupyterLab: how can I modify a theme?

I've installed Anaconda (on Win 11) and moved over a project from Google Colab. Unfortunately, some of the syntax highlighting colors in the dark theme (particularly the string color) are really ...
Flo B's user avatar
  • 1
0 votes
0 answers
10 views

%matplotlib widget not rendering plots

I am doing some remote development using VScodes's remote-ssh extension. My VScode is local. When I open a .ipynb file, I am able to connect it to a remote conda environment no problem, after ...
Pancho_Squancho's user avatar
0 votes
0 answers
8 views

EMNIST not importing

So I was trying to import the emnist database but i'm not able to call the extract_training_samples. It keeps saying that the file is not a zip file. Im following the documentation given: https://pypi....
Aanya Bhandari's user avatar
0 votes
1 answer
14 views

Difference between an ipynb kernal (Jupyter lab / Jupyter notebook) and a python virtual environment ( created through venv)

I wanted to ask about the difference between a Jupyter notebook kernel and a Python virtual environment created through venv. From what I understand: Jupyter notebook kernels are used for notebooks, ...
areeb adnan's user avatar
0 votes
0 answers
10 views

cant initialise cytoscape core instancbecause of `TypeError: Cannot read properties of undefined (reading 'h')`

I am trying to create a widget using anywidget and cytoscape.js in a vs code jupter notebook env. My aim is to create a graph visualiser and editor for my thesis. The following code wont render ...
Anmol Bhatia's user avatar
0 votes
0 answers
21 views

text_auto Parameter Not Working in Plotly

The text_auto parameter for a Plotly Express bar chart is not functioning for me, despite seemingly correct syntax. I am using both Jupyter Notebook and Eclipse and the issue persists in both. Plotly ...
Lysyd's user avatar
  • 1
0 votes
0 answers
23 views

Schedule jupyter notebooks without relying on local system

Is it possible to schedule jupyter notebook that uses one drive files without relying on local system. I have created a shortcut to one drive in my company’s sharepoint and read those files in my ...
Sai Sri's user avatar
-4 votes
0 answers
23 views

Tensorflow is taking too long too load [closed]

tensorflow loading imageSo I am making a deep learning project in notebook, after installing tensor flow and loading it as shown in the picture i take too long to load at some time I even wait for ...
Raj Bura gohain's user avatar
0 votes
0 answers
34 views

Processing Frames instead of jpg images for Deep Learning Model

I've been trying to implement live translation with a sign language cnn model i made with Keras and OpenCV and im running into an issue with converting the frames to a format the model is able to ...
Daniel George's user avatar
1 vote
1 answer
35 views

Synapse Notebook to Azure SQL Database connection issue

created Linked service to Azure SQL database in Synapse Analytics that uses Authentication type " System Assigned Managed Identity". Than referencing it in PySpark Notebook. Method ...
Balbeer Singh's user avatar
0 votes
0 answers
10 views

When I use the kmeans algorithm in jupyter notebook, the jupyter kernel keeps crashing

this is my code: When I run to the last line of code, the Jupyter kernel keeps crashing, but no error is displayed in the terminal At first I thought it was because of the conflict in the library ...
tiredtian's user avatar
-2 votes
0 answers
22 views

How to convert a python chatbot code in jupyter notebook into C# ASP.Net web application in Visual Studio 2022 [closed]

I am developing a system, currently I have functions such as to-do list, CGPA calculator and so on using ASP.Net web application framework in visual studio 2022, I am facing a problem, I have a ...
Seow's user avatar
  • 1
2 votes
0 answers
31 views

Is it possible to stop VS Code from opening new instances of Python for every Jupyter notebook?

I am new to VS Code, and am writing Python in a set of Jupyter notebooks. Activity Monitor shows that VS Code opens new copies (instances? I am unsure of the correct terminology) of Python for every ...
belgaer's user avatar
  • 23
0 votes
1 answer
20 views

Python Version Mismatch in Jupyter Notebook Environment

I am experiencing a discrepancy between the Python version reported in the Jupyter notebook startup banner and the version shown when I query python --version within the notebook. The startup banner ...
Kenenbek Arzymatov's user avatar
1 vote
1 answer
15 views

VS Code Drag and Drop Database to .ipynb Not working?

Currently test driving the new Oracle SQL Developer extension for VS code and was referencing this Youtube Video: https://youtu.be/e-yqkI0t6dQ?t=2784 Noticed the presenter had a database open and ...
chilly8063's user avatar

15 30 50 per page
1
2 3 4 5
1679