You must login before you can run this tool.
Jupyter Lab (202210)
An extensible environment for interactive and reproducible computing, based on the Jupyter Notebook architecture.
Version 1.0 - published on 22 Mar 2023
This tool is closed source.
Category
Published on
Abstract
This is Jupyter Lab (202210) running in a Debian 10(GLIBC-2.28) based container. The default kernel is Python 3.8.
All files in your home directory are accessible and available to any notebook you execute.
To review the list of installed packages issue this command in a notebook cell:
!conda list
To review the environments(kernels) available issue this command in a notebook cell:
!conda env list
To review the list of packages installed in an environment issue this command in a notebook cell:
!conda list --name envName
There is no shortage of material concerning the benefits of Jupyter notebooks and how to write them. A set of best practices is provided here.