SimonBiggs / scriptedforms

Quickly create live-update GUIs for Python packages using Markdown and simple HTML elements.
Apache License 2.0
509 stars 34 forks source link

Disable token pass through #89

Closed SimonBiggs closed 6 years ago

SimonBiggs commented 6 years ago

Now that scriptedforms is a notebook extension if a custom token is desired then the notebook server CLI can be used. Reserve the scriptedforms CLI for simple use cases only.

@robmarkcole this means that to call the API you will need to start scriptedforms like so:

jupyter notebook --default_url=/scriptedforms/form-name.md --token=boo