-
Notifications
You must be signed in to change notification settings - Fork 0
Feature/use widget in colab #35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 12 commits
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
f7092b4
use anywidget for managing compatibility of widget with jupyter lab, …
ascibisz d9cf8af
for now, I can only get the css to be applied if it's all in widget.c…
ascibisz ba74d20
update build script so multiple .css files actually work
ascibisz 223ef97
remove stuff thats no longer needed
ascibisz d9056c8
remove pieces that are no longer needed
ascibisz 4a5bb10
plug StyleProvider and VisibilityProvider back in
ascibisz 6ecc333
update README with build changes
ascibisz e374120
fix redundant tag
ascibisz 203cfe8
convert tabs to spaces
ascibisz 0502e59
add setDimensions back in
ascibisz 6f46aaa
update build structure to put compiled js in a folder within the pyth…
ascibisz 648956e
go back to using yarn
ascibisz 90f2eca
make sure tests pass
ascibisz 9449024
lint fixes
ascibisz d871b0a
remove default width and height since we already have constants defin…
ascibisz 614a65a
plug in width and height options
ascibisz 244f4af
use latest release of @aics/simularium-viewer
ascibisz cd7dfbd
add uuid as a requirement to fix build failures
ascibisz 2391972
update intersphinx_mapping for sphinx 8
ascibisz c07f314
remove unneeded params from scripts
ascibisz 600d5a4
update readme to remove unnecessary steps and add in comment on Jupyt…
ascibisz df79a90
remove unneeded build-system requirements
ascibisz File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 |
|---|---|---|
|
|
@@ -18,6 +18,7 @@ eggs/ | |
| .eggs/ | ||
| lib/ | ||
| lib64/ | ||
| nbsv/static | ||
| parts/ | ||
| sdist/ | ||
| var/ | ||
|
|
||
This file was deleted.
Oops, something went wrong.
This file contains hidden or 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 hidden or 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,16 +1,5 @@ | ||
| # Install the python. This will also build the TS package. | ||
| pip install -e '.[test, examples]' | ||
|
|
||
| # For classic notebook, you need to run: | ||
| jupyter nbextension install --py --overwrite --symlink --sys-prefix nbsv | ||
| jupyter nbextension enable --py --sys-prefix nbsv | ||
| # Note that the `--symlink` flag doesn't work on Windows, so you will here have to run | ||
| # the `install` command every time that you rebuild your extension. For certain installations | ||
| # you might also need another flag instead of `--sys-prefix`, but we won't cover the meaning | ||
| # of those flags here. | ||
|
|
||
| # When developing your extensions, you need to manually enable your extensions with the | ||
| # notebook / lab frontend. For lab, this is done by the command: | ||
| jupyter labextension develop --overwrite . | ||
| yarn clean | ||
| yarn build |
This file contains hidden or 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 was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains hidden or 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 hidden or 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
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.