Jupyter Notebook

System: Ubuntu 22.04
Edition: 20220709

Interactive computing with Jupyter

Description

Ubuntu 22.04 image with preinstalled Jupyter and Jupyter-notebook web-service

Includes:

  • jupyter-client                         7.1.2-1
  • jupyter-console                        6.4.0-3
  • jupyter-core                           4.9.1-1
  • jupyter-nbconvert                      6.4.0-1
  • jupyter-nbextension-jupyter-js-widgets 6.0.0-9
  • jupyter-nbformat                       5.1.3-1
  • jupyter-notebook                       6.4.8-1

Operating system information:

Distributor ID: Ubuntu

Description: Ubuntu 22.04 LTS

Release: 22.04

Codename: jammy

 

Kernel information:

Linux jupyter 5.15.0-40-generic #43-Ubuntu SMP Wed Jun 15 12:54:21 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux

Category:
Base Linux / WEB
Size:
5.00 GB
Image added:
10.07.2022
Image updated:
17.01.2024
Uses:
447
Avg boot time:
00:19 — 01:20

Getting started

Jupyter-notebook web-interface is accessible on address: <Your virtual server IP>:8080

To get token connect to your server via SSH and execute command get-token

You can disable jupyter-notebook service by this command: sudo systemctl stop jupyter-notebook && sudo systemctl disable jupyter-notebook