Skip to article frontmatterSkip to article content

February 2022

Welcome to the February 2022 OpenSARLab Update!

Changes:

Ubuntu 20.04.3 LTS

JupyterLab

Matplotlib widget

Url-widget

New Memory Monitor Location

memory monitor

Notebook Debugger

Screenshot of JupyterLab Debugger

Mamba

Mamba Gator is installed

Spellchecker

The language may be changed in the status bar at the bottom of the screen

Custom Extensions

The following bullet points cover code changes you may need to make to your notebooks for them to work in JupyterLab

note: These changes are backwards compatible and updated notebooks will still run in Jupyter Notebook.

note: All ASF notebooks have already been updated.

# In one cell
import url_widget as url_w
notebook_url = url_w.URLWidget()
display(notebook_url)
# In a following cell
notebook_url = notebook_url.value