Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Jupyter notebook 'hello_led.ipynb' #62

Open
zehonyi21 opened this issue Aug 9, 2024 · 1 comment
Open

Jupyter notebook 'hello_led.ipynb' #62

zehonyi21 opened this issue Aug 9, 2024 · 1 comment

Comments

@zehonyi21
Copy link

zehonyi21 commented Aug 9, 2024

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
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant