Difference between revisions of "Accelerating the Open Source Silicon Ecosystem with Jupyter Notebooks"

From F-Si wiki
Jump to navigation Jump to search
(add workshop instructions)
 
(add platform restriction)
Line 7: Line 7:
* Follow the instructions
* Follow the instructions


=== Using Jupyter Notebook ===
=== Using JupyterLab (Linux) ===


* Run the following commands
* Run the following commands
Line 15: Line 15:
python3 -m venv env
python3 -m venv env
env/bin/python -m pip install -r requirements-dev.txt
env/bin/python -m pip install -r requirements-dev.txt
env/bin/jupyter notebook
env/bin/jupyter lab
</pre>
</pre>
* Open <code>xls-workshop-openlane.ipynb</code>
* Open <code>xls-workshop-openlane.ipynb</code>
* Execute the first cell
* Execute the first cell
* Follow the instructions
* Follow the instructions

Revision as of 02:16, 10 July 2023

Accelerating the Open Source Silicon Ecosystem with Jupyter Notebooks

Using Google Colaboratory

Using JupyterLab (Linux)

  • Run the following commands
git clone https://github.com/proppy/silicon-notebooks.git
cd silicon-notebooks
python3 -m venv env
env/bin/python -m pip install -r requirements-dev.txt
env/bin/jupyter lab
  • Open xls-workshop-openlane.ipynb
  • Execute the first cell
  • Follow the instructions