Skip to content

Commit

Permalink
Add Streamlit component (#678)
Browse files Browse the repository at this point in the history
* add streamlit template

* rename MyComponent to SandDance

* add streamlit to monorepo

* add sanddance ref

* ignore python eggs

* add package-lock

* add dev setup

* initial sanddance working version

* pass dataframe

* mandatory dataframe

* cleanup

* sync w backend

* delete package-lock for now, restore after main

* use types

* handle theme

* delete package-lock

* add event output

* add copyright header

* add copyright header

* Revert "delete package-lock for now, restore after main"

This reverts commit a728a67.

* delete bootstrap css

* sync package-lock

* remove test

* better descriptions
  • Loading branch information
danmarshall authored Oct 12, 2023
1 parent fbd09eb commit a1e465b
Show file tree
Hide file tree
Showing 41 changed files with 36,699 additions and 1,543 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -85,3 +85,4 @@ __pycache__
python/jupyter-widget/lib
python/jupyter-widget/docs
python/jupyter-widget/sanddance/nbextension
streamlit_sanddance.egg-info
24 changes: 12 additions & 12 deletions extensions/azdata-sanddance/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions extensions/common-backend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit a1e465b

Please sign in to comment.