PyHDI/veriloggen

Jupyter notebook 'hello_led.ipynb'

Opened this issue · 1 comments

I tried to run the notebook file but it has __ file __ so I was not able to run it.
To fix this, I used this code to replace code related to __ file __:

import ipynbname
nb_fname = ipynbname.name()
nb_path = ipynbname.path()
print(nb_fname)

The code is from
https://pypi.org/project/ipynbname/

or just change __ file __ related code into 'tmp.vcd'