-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🧹 remove unneeded logic to transform thebe options and improve naming (…
…#291) * 🧹 remove unneeded logic to transform thebe options and improve naming * 🧹 remove unneeded code * 🍀 fixed tests and properly translating binder options to thebe CoreOptions * 🫱🏼 ComputeOptionsProvider can hold custom repo provider specs * 🔧 fix bad prop name * 👊🏽 `myst-*` (#292) * 💚 better thebe provider positioning, tested on multi project site * 🚮 remove vitest * 📗changeset * 📺 only show error tray in articles * 🗝 fix react key errors * ⛺️ baseurl is via optional prop *◀️ revert feature flag for notebooks * 🔌 add connect param * 🗝 fix second react key error
- Loading branch information
1 parent
f52f47c
commit b4eadf0
Showing
31 changed files
with
733 additions
and
768 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,9 @@ | ||
--- | ||
'@myst-theme/providers': patch | ||
'@myst-theme/jupyter': patch | ||
'@myst-theme/article': patch | ||
'@myst-theme/site': patch | ||
'@myst-theme/book': patch | ||
--- | ||
|
||
Updated thebe based compute integration including feature flags for compute related ui components |
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,8 @@ | ||
--- | ||
'@myst-theme/jupyter': patch | ||
'@myst-theme/article': patch | ||
'@myst-theme/site': patch | ||
'@myst-theme/book': patch | ||
--- | ||
|
||
Updated provider layout to ensure multi-project site support |
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,12 @@ | ||
--- | ||
'myst-to-react': patch | ||
'myst-demo': patch | ||
'@myst-theme/providers': patch | ||
'@myst-theme/jupyter': patch | ||
'@myst-theme/common': patch | ||
'@myst-theme/article': patch | ||
'@myst-theme/site': patch | ||
'@myst-theme/book': patch | ||
--- | ||
|
||
Bumped `myst-*` dependencies |
Oops, something went wrong.