veriloggen icon indicating copy to clipboard operation
veriloggen copied to clipboard

Jupyter notebook 'hello_led.ipynb'

Open zehonyi21 opened this issue 1 year ago • 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/

zehonyi21 avatar Aug 09 '24 06:08 zehonyi21

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

zehonyi21 avatar Aug 12 '24 03:08 zehonyi21