wandb / examples

Example deep learning projects that use wandb's features.
http://wandb.ai
1.11k stars 292 forks source link

Notebook to markdown GitHub workflow #518

Open ngrayluna opened 4 months ago

ngrayluna commented 4 months ago

This PR creates a GitHub workflow that:

  1. Converts notebooks to markdown files with nbdev
  2. Process markdown files (post_process_notebook.py) that have un-friendly markdown artifacts
  3. Renames markdown file if it exists in our dict (currently hardcoded in rename_notebook.py).

To do:

  1. Create a check that only converts notebooks specified in examples_ci/notebooks.txt
  2. Make a PR with newly created markdown files to wandb/docodile/docs/tutorials/