Category "jupyter-notebook"

Anaconda/Jupyter notebook/500 : Internal Server Error/windows 10/python3

I am learning data science with python and R, in my first course i downloaded python3, R and Rstudio and in the current course i am learning using jupyter and d

Jupyter Notebook Kernel dies when importing tenserflow

I am using Macbook Air with M1 chip. When trying to import tensorflow in Jupyter notebook, the kernel dies and displays a prompt that "Kernel has died and will

Variable not being assigned and called correctly

I am trying to get a picture from my files to print after the user input a number for PokeID in the interactive manual. But when the number is entered it does n

how to open the .ipynb file in readable format

I have got downloaded a file that got downloaded in a format .ipynb extension but its not in a readable format. Can anyone help me to figure out how to make it

Keep IPython markdown in jupyter notebook after closing it

In jupyter notebook, I am calling a function of a library that does IPython.display.display(IPython.display.Markdown(...)) (see How to programmatically generate

Jupyter Notebook's File and Kernel menus disappear

I have an issue where my File and Kernel menus initially show while the notebook is loading, then disappear once the notebook is loaded. I should be seeing this

Access local files in Python Jupyter Notebook while connected via SSH using VS Code

I use a Python Jupyter Notebook to access databases on a remote server, connected via SSH (Remote-SSH Extension). When I try pandas.read_csv() I can only access

RuntimeWarning: unknown response content type 'text/html' returning raw response

I tried to use apache jena fuseki in my python code so I found this: https://sparqlwrapper.readthedocs.io/en/latest/main.html I followed the first example and h

using python variables with bash magic in jupyter

I would like to run bash commands in jupyter notebook using the %%bash magic command and pass python variables. As described in this post I can do this as follo

Getting an R Notebook to work in Jetbrains Dataspell

So I am just starting a data science/stats class and I am trying to setup a R notebook within Dataspell I am able to create a Jupyter notbook but it only wants

Jupyter Hub generate automatic logs

It is possible to generate automatic log for each new Jupyter notebook file that is created? The time, user, cell command and the output of the cell command sho

How to suppress unwanted Plot figure object information in Jupyter Notebook

I want to suppress any text output when I run Jupyter Notebook cell. Specifically I output some figures and each is accompanied by something like: <Figure s

jupyter command not found in terminal MacOS

For some reason, when I pip3 everything, it goes all under this PATH /Users/XXX/Library/Python/3.8/bin same for my notebook. So I opened my vscode and go to .z

Randomness between Jupyter Kernel Restarts

Problem: I am currently working on clustering of data and found a weird behavior in my Jupyter Notebooks. All seeds are fixed. Executing some or all code multip

I'm having an issue with Greek letters in Jupyter Markdown. Ideas on a fix?

I am doing some work in Jupyter Notebook which necessitates Greek letters. (\mu, \sigma, etc.). In code cells the \mu followed by TAB works fine. In a markdow

Running nltk.download in Azure Synapse notebook ValueError: I/O operation on closed file

I'm experimenting with NLTK in an Azure Synapse notebook. When I try and run nltk.download('stopwords') I get the following error: ValueError: I/O operation on

Jupyter notebook looses connection

I am fairly new to working with python, so I am sorry if this is a naive question. I have set up a jupyter notebook that I start through the windows terminal. I

Open JupyterNotebook from VScode into the Browser

I have opened my .ipynb file with vscode (Python 3.9 Interpreter - installed jupyterlab), it's connected locally, how can I open it through the browser? what is

Getting a value Error : how to use string data type in model.fit for jupyter using DecisionTreeClassifier?

this is the code import pandas as pd from sklearn.tree import DecisionTreeClassifier dataset = pd.read_csv("emotion.csv") X = dataset.drop(columns = ["mood"]) y

New conda environments no longer being recognised in Jupyter Notebook

Whenever I have previously run Jupyter notebooks from within an activated conda environment, the environment is available within Jupyter. However, now when I do