Skip to content

JupyterLab and iPython

The library has a sweatlab command that can be used to quickly start a JupyterLab instance with SweatStack integrated.

uvx --from "sweatstack[jupyter]" sweatlab

This will start a JupyterLab instance that is authenticated with your SweatStack account.

Some "batteries" (like pandas and matplotlib) are automatically installed. If you need to install additional dependencies, you can do so by adding them to the uvx command, e.g.:

uvx --from "sweatstack[jupyter]" --with another-dependency sweatlab

A similar command is available that gives you a Python shell with SweatStack automatically authenticated and the library pre-imported:

uvx --from "sweatstack[jupyter]" sweatshell

This will open an interactive Python shell with the SweatStack library pre-imported and it will automatically trigger the browser authentication flow.