Skip to content

Commit

Permalink
Easen usage with instructions and settings
Browse files Browse the repository at this point in the history
  • Loading branch information
lnay committed Mar 10, 2024
1 parent 9097c88 commit e9616a9
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
"ms-toolsai.jupyter",
"julialang.language-julia"
]
},
"codespaces": {
"openFiles": ["working_files/notebook.ipynb"]
}
},
"containerEnv": {
Expand Down
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# Computational Category Theory

## Open the project up in GitHub
In GitHub, click on the green "Code" button above, choose the "codespaces" tab instead of "local" and create a new Codespace on the main branch.
## Alternative (compose)
`docker`/`podman` compose can also be used instead to run locally

## Getting Started

Link to [Catlab](https://algebraicjulia.github.io/Catlab.jl/stable/) documentation.

The main notebook is [working_file/notebook.ipynb](working_file/notebook.ipynb), run the cells there and make sure they show the graphs as required.

0 comments on commit e9616a9

Please sign in to comment.