https://open-source-silicon.dev logo
Title
p

proppy

02/16/2023, 8:15 AM
Send the notebooks as a pull request to the repo, hopefully it can inspire other to document their bringup a similar way. https://github.com/efabless/caravel_board/pull/64
i

Ivan Rodriguez

02/16/2023, 2:43 PM
Hi I'm trying to run the jupyter, but I have the error `"UsageError: Line magic function
%local
not found."` Is missing any pakage in the requirements file?
p

proppy

02/16/2023, 11:10 PM
@Ivan Rodriguez did you follow the README to bootstrap the environment?
i

Ivan Rodriguez

02/17/2023, 6:33 AM
Yes, I re-do it again, and the same error
%local
not found. I apply the changes to be a trusted notebook, but still I get the same error. Could be that some requirements are missing?
p

proppy

02/17/2023, 6:58 AM
@Ivan Rodriguez can you show me how you started jupyter?
You should make sure you activated the environment before with
source env/bin/activate