Getting started
Working with files
Connecting to data sources
Coding and analysis tools
Collaboration
Security and privacy
Deepnote for education
Additional resources
Weights & Biases
Weights & Biases helps you keep track of machine learning projects. Use it to log hyperparameters and output metrics from your runs or to visualize and compare results.
Create a new cell and execute the following lines, replacing the token
!pip install --upgrade wandb
!wandb login <your_wandb_token>
You can also follow the quickstart and complete the same steps through Deepnote's terminals.