Skip to content
Advertisement

Tag: jupyter-notebook

Error installing Virtualenv for Python programming Bitcoin

I am trying to set the tools for Jupyter notebook, needed for going through the book called: Programming Bitcoin by Jimmy Song I’ve done all the steps from the guide: https://www.oreilly.com/library/view/programming-bitcoin/9781492031482/preface01.html#setting_up but got stuck on the step 7: While typing the command: virtualenv -p I get this error: usage: virtualenv [–version] [–with-traceback] [-v | -q] [–read-only-app-data ] [–app-data APP_DATA] [–reset-app-data]

ipykernel (Jupyter notebook/labs) cannot import name ”filefind” from traitlets.utils

I installed Jupyter notebook and labs on and EC2 instance and for some reason I get the following error: ImportError: cannot import name ‘filefind’ from ‘traitlets.utils’ (/usr/lib/python3/dist-packages/traitlets/utils/init.py) Jupyter opens fine in the browser but I can’t seem to be able to work in an python notebook. Answer I disencourage the solution of op. Downloading and overwriting python libraries is not

Modules at VS code notebook [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers. This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question

Advertisement