Questions tagged [jupyter]

Jupyter Notebook is a locally installed application that runs in a web browser and allows you to create and share documents that contain live code, equations, visualizations and explanatory text.

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. Jupyter Notebook has support for more than 40 different languages.

Each Jupyter Notebook document may contain executable code blocks, outputs, plots and Markdown text.

Jupyter Notebook is the successor to IPython Notebook, which was part of the project. However, Jupyter and IPython are separate projects as of IPython 4.0.

Jupyter Notebook will be available in the default Ubuntu repositories in the upcoming 17.04 release.

More information:

120 questions
2
votes
0 answers

how to open already installed jupyter using terminator

Ai have jupyter pre-installed on the system but i dont know how to open it.
A.Bayo
  • 21
1
vote
1 answer

jupyter notebook opens calibre

I installed jupyter notebook, but whenever I open it (from terminal), I have to copy and paste the address (local host 888 or the like), and it indicates that need to open some html file, for which (in my case) opens calibre. Trying to fix this, i…
John Doe
  • 11
  • 1
1
vote
1 answer

Jupyter Notebook not opening in firefox

I am getting this error "The file at /home/ankit/.local/share/jupyter/runtime/nbserver-8468-open.html is not readable." while trying to open jupyter notebook in ubuntu22.04 terminal. I tried Edit the configuration file…
0
votes
0 answers

Jupyter notebook desktop file: where is it?

I was trying to follow this tutorial: Ubuntu 18.04 - open jupyter notebook with double click? But I can't find the jupyter_notebook.desktop at the location indicated...nor anywhere else! Are we supposed to create this file? If not, how to find…
0
votes
0 answers

Jupyter Notebook not working with WSL

I have installed Windows Subsystem for Linux 2 on my windows computer, and using Ubuntu, have been accessing Jupyter Notebook. This has now stopped working. When I open Ubuntu and type in jupyter notebook it used to give me a link which I copied…
0
votes
0 answers

Recovering replaced Jupyter notebook on Ubuntu

I am trying to recover a Jupyter Notebook that i replaced by mistake on Ubuntu. Is there a way to get that? lets say I had A.ipynb but by mistake i replaced that with another A.ipynb and now i am trying to get the 1st A.ipynb Any help is…
akash
  • 1
0
votes
0 answers

Why does Jupyter notebook server refuse to connect?

The OS is Ubuntu server 20.04 LTS(HVM) I am trying to configure a server to start Jupyter notebook service when it boots. The problem is it refuses connections. I don't know why. The notebook, and the virtual environment, below to another user (not…
0
votes
1 answer

Cannot open jupyter notebook on ubuntu18.04-VirtualMachine (PermissionError: [Errno 13] )

I installed Anaconda, and when I am trying to open jupyter notebook either through Anaconda or directly form the terminal I am getting the error - Traceback (most recent call last): File …