Skip to content
Open
Show file tree
Hide file tree
Changes from all 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
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ This quickstart guide was developed by [Colin Ophus](mailto:cophus@gmail.com) an

Steps to edit locally:
- git clone repo (`git clone git@github.com:msa-em/change-to-repo-name.git`)
- switch to `dev` branch (`git checkout dev`)
- switch to `dev` branch (`git checkout -b dev`)
Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I tried git checkout dev but it appears we only have main once forked, so create a new local dev branch.

- edit `environment.yml` to
- change the environment `name` to the repo name
- add your package dependencies, pinning versions as necessary
Expand All @@ -32,7 +32,7 @@ Steps to edit locally:
```
- uncommenting these lines
```yml
# jupyter:
# jupyter:
# server:
# url: 'http://localhost:8888'
# token: '512ac78f14e1141db1fac17e8b4099c1e5bc7d589518b38c'
Expand Down
16 changes: 8 additions & 8 deletions myst.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ project:
- Spell Out Acronyms
github: https://github.com/msa-em/change-this-to-repo-name
jupyter: true
# jupyter:
# binder:
# url: https://y2j74k9mn0bz.curvenote.dev/services/binder/
# repo: msa-em/change-this-to-repo-name
# jupyter:
# server:
# url: 'http://localhost:8888'
# token: '512ac78f14e1141db1fac17e8b4099c1e5bc7d589518b38c'
# jupyter:
Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Turns out when I uncomment, it gets the right indentation without the extra space.

# binder:
# url: https://y2j74k9mn0bz.curvenote.dev/services/binder/
# repo: msa-em/change-this-to-repo-name
# jupyter:
# server:
# url: 'http://localhost:8888'
# token: '512ac78f14e1141db1fac17e8b4099c1e5bc7d589518b38c'
open_access: true
license: CC-BY-4.0
banner: banner.png
Expand Down