Skip to main content

Questions tagged [jupyter-notebook]

For questions about installing and using Jupyter Notebook. Jupyter Notebook is a locally installed application that runs in a web browser and provides a front-end to many different languages and interactive shells such as IPython. Questions about programming are off topic and should be asked at: http://stackoverflow.com/

0 votes
0 answers
11 views

Is there a way to show .mlx file on GitHub?

I created a script with Live Editor in Matlab, i.e. mlx file. I would like to push this file to my repository in GitHub in a way that people can read it without download. Is there a way ?
HelpNeederStudent's user avatar
0 votes
1 answer
10 views

Removing grep output of jupyter notebook file's own control sequence or ANSI color or ANSI Escape codes

How to remove control sequence or ANSI color or ANSI Escape codes from grep output of the jupyter notebook file? This is the sample part of the saved ipynb file. "text": [ "\...
Constantin Hong's user avatar
0 votes
0 answers
29 views

Customizing Apps List in Anaconda Navigator

I am going through a beginner's course for Python and for the course I only need Jupyter Notebook in the list of apps. It's a bit annoying that, every time I want to open a Notebook to do my course, I ...
marky's user avatar
  • 161
0 votes
0 answers
36 views

Jupyter directory navigation at the browser level by pasting a path

I'm in Jupyter Notebook. I need to move around directories at the BROWSER level. I'm working in the Terminal. I can copy the long path from the terminal. Then I want to paste it somewhere at the ...
James Madison's user avatar
2 votes
1 answer
258 views

Jupyter Slideshow in VSCode

I am trying to edit and present a slideshow inside of VSCode using Jupyter Notebooks (on a Windows 11 computer). I can make Jupyter notebooks, and I have the Jupyter Slide Show extension installed in ...
Addem's user avatar
  • 175
0 votes
0 answers
123 views

jupyter notebook - ERR_CONNECTION_REFUSED?

I've been, stuck with this, issue, from many hours, recently instlled jupyter, and its not laucing correctly, it doesnt open chrome - default browser automatically either.. To access the server, open ...
hasoma's user avatar
  • 21
1 vote
1 answer
1k views

Unable to start Windows firefox from WSL2

I'm running WSL2 on a windows 10 machine. WSL2 is supposed to support calling windows executables. This works for programs like notepad. However, when trying to run firefox I run into a few issues. If ...
Jimbobur's user avatar
1 vote
0 answers
395 views

How to access jupyter lab on a remote laptop?

I have a remote laptop and a local laptop. I want to remotely access the resources on the remote laptop via Jupyter Lab programming interface. There are 2 problems needed to be solved: The remote ...
Neo's user avatar
  • 163
3 votes
0 answers
2k views

Jupyter notebook upper/lowercase selected part

I wonder if there are shortcut keys for converting the selected block into uppercase or lowercase letters. For example, Ctrl + Shift + U / Ctrl + U does this in Notepad++. I searched this page ...
user67275's user avatar
  • 2,083
0 votes
0 answers
2k views

VS Code Jupyter Ctrl + / does not comment out the selected code block

In Jupyter Notebook of Visual Studio Code for Windows, Ctrl + / with the code selected used to comment out the selected code. But it does not work suddenly and shows a dropdown menu such as '/BOOTNXT' ...
user67275's user avatar
  • 2,083
1 vote
0 answers
1k views

VS Code Jupyter does not render HTML as a default

I am using Microsoft Visual Studio Code for Windows 10 PC. It does not render images or Pandas DataFrame as a default, and shows it as plain text. The below image is the default setting. Text/plain ...
user67275's user avatar
  • 2,083
0 votes
0 answers
237 views

Error while installing jupyterlab

I am encountering the below error while installing jupyterlab using pip. c:\users\xxx\appdata\local\programs\python\python311\include\pyconfig.h(207): fatal error C1083: Cannot open include file: '...
Harsha J K's user avatar
0 votes
0 answers
944 views

zsh:1: command not found: pip in jupyterlab

I install Jupyter by following https://jupyter.org/install pip install jupyterlab jupyter-lab but when I open the file and try to run !pip install opencv-python I get zsh:1: command not found: pip ...
user avatar
0 votes
1 answer
882 views

Jupyter Kernel Dies when Attempting Plot with large set of data

I have a numpy array res. res[0] contains x values and res[1] contains y values. There is in total 1000000 points. I am trying to plot it using matplotlib; however, after running the plot, it tells me ...
Junjiro's user avatar
1 vote
0 answers
83 views

VS Code Jupyter extension running multiple R sessions, hogging up memory

As the heading states, I'm running R in the Jupyter notebook inside VS Code (on Ubuntu 20.04.1 LTS). What I've noticed, is that VS Code or the Jupyter extension initiates multiple R sessions as seen ...
Pål Bjartan's user avatar
0 votes
1 answer
569 views

Does Linux go to sleep and pause the calculations when jupyter notebook is calculating?

Is it possible to leave the computer over night with some calculations in jupyter notebook and get the results in the morning even if Linux logs out after a while? Will it go to sleep and pause the ...
questionto42's user avatar
  • 2,425
0 votes
1 answer
621 views

Why jupyter notebook won't start?

I installed jupiter notebook via macOS console: pip3 install notebook but when trying to launch (jupyter notebook/Jupyter notebook) the console writes that the command was not found: zsh: command not ...
stefan's user avatar
  • 1
0 votes
1 answer
421 views

AWS SageMaker Studio Jupyter Notebook opening error

I'm new on the AWS Environment; yesterday tried launching a Jupyter Notebook application on AWS SagegMaker Studio. I faced two issues - Max User Profiles per Account and Max Running Apps per Account - ...
Centauri_42's user avatar
0 votes
1 answer
113 views

How to make Jupyter Notebook look in the right place for a module?

Using a Jupyter Notebook running with the python2 kernel, I tried to import emcee and I got an error message: File "/home/me/.local/lib/python2.7/site-packages/emcee/ensemble.py", line 84 ...
user1551817's user avatar
0 votes
1 answer
49 views

My jupyter notebook doesn't recognize $\hdashline$, How do I fix it?

Per the mathjax doc the symbol \hdashline is supported. However, my jupyter notebook doesn't recognize it. except this one $\hdashline$ everything works well How do I fix it?
JJJohn's user avatar
  • 465
0 votes
2 answers
679 views

Jupyter does not work without kernel restart after exception

I need to kill and restart the kernel of Jupyter upon encountering an exception in the code. Otherwise, none of the cells will execute. This happens with any script, i.e. it can be something as simple ...
borisbundschuh's user avatar
0 votes
0 answers
1k views

Corporate VPN blocking websockets

I have a server at work that I login into to use jupyter notebooks for data science projects. This has been working for years both when connected to the campus wifi or remotely over VPN. Now after ...
pgcudahy's user avatar
7 votes
1 answer
29k views

Create SSH tunnel using MobaXterm on Windows

I have SSH access to a CentOS server. There I have a venv with Python 3 where I have Jupyter Notebooks installed. If I create a notebook jupyter notebook It gives me a localhost URL with a specific ...
Gonçalo Peres's user avatar
1 vote
1 answer
888 views

Why is audio not playing on Colab when on different tab?

I have homework to do. I also have to train a deep learning model on Colab for different configurations. Training with each configuration needs around 30 minutes and I need to switch to a different ...
Prasanjit Rath's user avatar
0 votes
1 answer
3k views

“The system cannot find the path specified” error in Jupyter Notebook

I have been given a Jupyter Notebook which was made on a Linux computer and now I'm trying to get it to work on my Windows home computer. The problem comes when using the !/bin/mv command. I have ...
user1231753's user avatar
0 votes
1 answer
779 views

Systemd jupyter service only works after service restart

Using systemd, I am trying to setup my Ubuntu 20.04 workstation to host a Jupyter lab environment for my LAN. This somewhat works. If I manually issue the command to start Jupyter on port 8888, ...
Channel59's user avatar
0 votes
2 answers
2k views

How can I add Jupyter notebook to Windows 10 default apps?

How can I add Jupyter Notebook to Windows 10 default apps? When I try to change default app for the file type .ipynb I can not see the Jupyter notebook in default apps list and there is no option to ...
user3486308's user avatar
1 vote
0 answers
37 views

Is there such a thing as Jupyter Notebooks just for markdown? [closed]

I started making notes on a software process using the code and markdown cells in a jupyter notebook and realised that while I didn't actually use the code cells and was just using it as a notebook, ...
Faceplanted's user avatar
1 vote
0 answers
136 views

Create a new ipynb file not found

I am trying to use Pycharm to create A Jupyter Notebook using Pycharm. But such option is not found in the list, as I see in many tutorials. How I can create a ipynb file in PyCharm ?
A.Adel Saleh's user avatar
0 votes
5 answers
11k views

`jupyter notebook` throws `jupyter` is not recognised error in cmd win 10

I moved the question from stackoverflow as it is said that this stack is more suitable I am using an python 3.8 in an offline regime. Namely, if I need some package to install, I'll go and download ...
bit_scientist's user avatar

15 30 50 per page