Setup
Python Notebook Participants

Python Script Participants

Tokens
Last updated


Last updated
# Installs the crunch library in your workspace.
%pip install crunch-cli --upgrade
# To use the library, import the crunch package and instantiate it to be able to access its functionality.
# You can do that using the following lines:
import crunch
crunch = crunch.load_notebook(__name__)
# Authenticates your user, downloads your project workspace, and enables your access to the data
!crunch setup <username> --token <token>
# moves to the created working directory
%cd <username>