Skip to content
Merged
Show file tree
Hide file tree
Changes from 6 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions examples/DynaCLR/vcp_tutorials/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Virtual Cell Platform Tutorials

This directory contains tutorial notebooks for the Virtual Cell Platform,
available in both Python scripts and Jupyter notebooks.

- [Quick Start](quick_start.ipynb):
get started with model inference in Python with a A549 cell dataset.

## Development

The development happens on the Python scripts,
which are converted to Jupyter notebooks with:

```sh
# TODO: change the file name at the end to be the script to convert
jupytext --to ipynb --update-metadata '{"jupytext":{"cell_metadata_filter":"all"}}' --update quickstart.py
```
Loading