-
Notifications
You must be signed in to change notification settings - Fork 61
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add .devcontainer/devcontainer.json with codespace config * add "Launch Codespace" buttons to readme example table * remove dscribe from project.optional-dependencies.server dscribe was the cause of install errors in `pip install .[server]` causing codespace spin up to fail
- Loading branch information
Showing
4 changed files
with
42 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
{ | ||
"image": "mcr.microsoft.com/devcontainers/universal:2", | ||
"waitFor": "onCreateCommand", | ||
"updateContentCommand": "pip install .[server]", | ||
"customizations": { | ||
"codespaces": { | ||
"openFiles": [ | ||
"crystal_toolkit/apps/examples/basic_hello_structure_interactive.py" | ||
] | ||
}, | ||
"vscode": { | ||
"extensions": ["ms-toolsai.jupyter", "ms-python.python"] | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
__version__ = "2022.11.29" | ||
__version__ = "2022.11.29" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters