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
33 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
254 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
121 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
394 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
940 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
82 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

15 30 50 per page
1
2 3 4 5
8