Skip to content

CodeSolid/cpcc

Repository files navigation

CPCC Jupyter Online at CodeSolid

This is a JupyterLite project allowing you to run Python and Jupyter in the browser. It is loosely based on jupyter.codesolid.com

Usage -- getting started

TODO: write

Running Locally

Tools needed:

At this point, the server should be running on http://127.0.0.1:8000/index.html.

Some Background

This project is based on the awesome JupyterLite project, which uses WebAssembly and Pyodide to allow running a fast JupyterLab environment in the browser.

For a tutorial showing how I added this site to CodeSolid, check out Jupyter Lite: Python in the Browser with Serverless Jupyter.

The code for this project is available here:

Troubleshooting

If the run task gives an error, "=> CANCELED [internal] load build definition from Dockerfile," try running task build first instead explicitly.

https://github.com/CodeSolid/cpcc