Jupyter
3 Apr 2023
Reproducible Scientific Python Using Containers
Use Microsoft’s VSCode editor (code
), Docker Containers, and other open-source tools for scientific Python software collaboration, development, and use on Linux and Windows. Securely connect offices, remote workers, storage resources, compute resources, and the cloud with Tailscale as a replacement for traditional VPN.
System Packages #
VSCode Editor #
Download Visual Studio Code from Microsoft.
For a Debian-based GNU/Linux distribution like Ubuntu or Pop OS, the .deb can be installed with sudo dpkg -i code_$version_amd64.deb
.
14 Jun 2022
Two Ways To Run Python *In* The Browser
JupyterLite #
WebAssembly (WASM) is changing the game with regards to Python running legitimately in the browser…
JupyterLite is a Jupyter Notebook/Lab and Ipython implementation based on Pyodide.
I caught wind of JupyterLite from this blog post.
Easily embed a console, a notebook, or a fully-fledged IDE on any web page.
In a previous blog post, we announced JupyterLite, a JupyterLab distribution that runs entirely in the web browser, backed by in-browser language kernels.