voila-dashboards / voici

Voici turns any Jupyter Notebook into a static web application
https://voici.readthedocs.io/
Other
145 stars 8 forks source link

Create `__main__.py` #56

Closed jtpio closed 1 year ago

jtpio commented 1 year ago

References

This will make it possible to run voici with python -m voici.

Code changes

Create __main__.py to run Voici with python -m voici.

User-facing changes

python -m voici build should now work.

Backwards-incompatible changes

None