What's Changed
This change allows you to set the host the marimo server will listen to with the --host
CLI argument. It also defines the __file__
variable to be the notebook's filename at program startup.
- fix(deps): update all non-major dependencies by @renovate in #681
- chore(deps): update dependency jsdom to v24 by @renovate in #683
- chore(deps): replace dependency npm-run-all with npm-run-all2 ^5.0.0 by @renovate in #680
- feat: Support
__file__
in cells by @mscolnick in #668 - feat: add --host to CLI by @mscolnick in #674
Full Changelog: 0.1.86...0.1.87