Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ The binder link is available here: https://mybinder.org/v2/gh/ucb-ee194-tapeout/
* Binder will discard any work after 10 minutes of idle time, for prolonged work, we highly suggest you [setup locally](#local-installation).

## Local Installation
- Binder will discard any work after 10 minutes of idle time.
- To avoid [Binder's](#setup-for-non-berkeley-students) limitation of discarding work after 10 minutes of idle time, you can set up a local development environment.
- For local development the install script will install JupyterLab to a virtual environment assuming python3 is available and will install the Scala kernel 'Almond'.
- To run the script run via commandline: `./install.sh`.
- Activate the environment via `source chisel_nb_env/bin/activate`.
Expand Down