You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 8, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+7-6Lines changed: 7 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,17 +26,18 @@ The easiest way to learn about DataJoint Elements is to use the tutorial noteboo
26
26
27
27
Here are some options that provide a great experience:
28
28
29
-
-**Cloud-based IDE**: (*recommended*)
29
+
- Cloud-based Development Environment: (*recommended*)
30
30
- Launch using [GitHub Codespaces](https://github.com/features/codespaces) using the `+` option which will `Create codespace on main` in the codebase repository on your fork with default options. For more control, see the `...` where you may create `New with options...`.
31
31
- Build time for a codespace is **~7m**. This is done infrequently and cached for convenience.
32
32
- Start time for a codespace is **~30s**. This will pull the built codespace from cache when you need it.
33
33
-*Tip*: Each month, GitHub renews a [free-tier](https://docs.github.com/en/billing/managing-billing-for-github-codespaces/about-billing-for-github-codespaces#monthly-included-storage-and-core-hours-for-personal-accounts) quota of compute and storage. Typically we run into the storage limits before anything else since Codespaces consume storage while stopped. It is best to delete Codespaces when not actively in use and recreate when needed. We'll soon be creating prebuilds to avoid larger build times. Once any portion of your quota is reached, you will need to wait for it to be reset at the end of your cycle or add billing info to your GitHub account to handle overages.
34
34
-*Tip*: GitHub auto names the codespace but you can rename the codespace so that it is easier to identify later.
35
-
-**Local IDE**:
36
-
- Ensure you have [Git](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git)
37
-
- Ensure you have [Docker](https://docs.docker.com/get-docker/)
38
-
- Ensure you have [VSCode](https://code.visualstudio.com/)
39
-
- Install the [Dev Containers extension](https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-containers)
35
+
- Local Development Environment:
36
+
- Note: On Windows, running the tutorial notebook with the example data in a Dev Container is not currently possible due to an s3fs mounting issue. Please use GitHub Codespaces in the browser.
0 commit comments