Skip to content
This repository was archived by the owner on Jan 28, 2025. It is now read-only.

Latest commit

 

History

History
17 lines (13 loc) · 630 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 630 Bytes

deepml-notebooks

Important

The repo is now archived and interactive notebooks will directly be pushed to the DML-OpenProblem repo.

Steps:

  1. cd to the appropriate problems/problem directory

  2. To run the exported notebook, use:

    python -m http.server --directory docs/
  3. Then navigate to localhost:8000 in your browser to view the rendered html-wasm.

Note

The .html files were created from the .py using the following command marimo export html-wasm notebook.py --mode run --no-show-code -o docs/