Skip to content

Commit

Permalink
Bump to newest shinylive release; get rid of soft_dependencies workar…
Browse files Browse the repository at this point in the history
…ound
  • Loading branch information
cpsievert committed Jan 26, 2024
1 parent d2baa82 commit 6b9591e
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 15 deletions.
7 changes: 0 additions & 7 deletions docs/jupyter-widgets.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ To render an ipywidget you first define a reactive function that returns the wid
from shiny.express import input, ui
from shinywidgets import render_altair
import soft_dependencies
ui.input_selectize(
"var", "Select variable",
Expand All @@ -77,12 +76,6 @@ altair
anywidget
palmerpenguins
jsonschema
## file: soft_dependencies.py
# Temporary workaround to inform shinylive of soft dependencies
import anywidget
import jsonschema
import mypy_extensions
import toolz
```

##### Bokeh
Expand Down
7 changes: 0 additions & 7 deletions docs/quick-start.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,6 @@ See the [Jupyter Widgets article](jupyter-widgets.qmd) for more information on r
from shiny.express import input, ui
from shinywidgets import render_altair
import soft_dependencies
ui.input_selectize(
"var", "Select variable",
Expand All @@ -162,12 +161,6 @@ altair
anywidget
palmerpenguins
jsonschema
## file: soft_dependencies.py
# Temporary workaround to inform shinylive of soft dependencies
import anywidget
import jsonschema
import mypy_extensions
import toolz
```

##### Bokeh
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
jupyter
jupyter_client < 8.0.0
tabulate
shinylive==0.2.0
shinylive==0.2.1
matplotlib==3.8.1
shiny
seaborn==0.13.0
Expand Down

0 comments on commit 6b9591e

Please sign in to comment.