Changes

no edit summary
'''NOTE: On Unix based OS (Mac, Linux, etc), python often links to python2. You may need to replace python and pip calls with python3 and pip3 calls, respectively'''
 
If you have Git already set up, this is easy to do:
<pre>
cd ..
git submodule initjupyter/git submodule update jupyter</pre> If you want to contribute to chipwhisperer-jupyter, you'll want to checkout the cw5dev branch in chipwhisperer-jupyter: <pre>cd jupytergit checkout cw5dev
</pre>
<pre>
cd ..
git submodule init #not necessary if you did this for Jupyteropenadc/git submodule update openadc
cd openadc/controlsw/python
python setup.py develop --user
Once ChipWhisperer and the Jupyter notebooks are installed, you can the tutorials through Jupyter by typing <pre>jupyter notebook</pre> into the command prompt, which should open a new Window in your browser. Navigate to chipwhisperer/software/jupyter/ to get started with the new Jupyter tutorials.
 
 
'''NOTE: To run %%bash blocks on Windows, you need run jupyter notebook using a bash console, such as git bash. Jupyter will still work without this, but %%bash blocks will not run'''
Approved_users, administrator
366
edits