-
Notifications
You must be signed in to change notification settings - Fork 3
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
update notebooks: switch from enums to codable concepts #27
Comments
started like this: pipenv install
pipenv run jupyter notebook environemnt has
https://pypi.org/project/crdch-model/1.1.5/ was the latest when this comment was written
pipenv --rm
rm Pipfile.lock
pip cache purge
OK, have crdch-model 1.1.5 now. But didn't we say that this project depends on 3.9? |
working on whole notebook already runs to completion! Ahh... it was still importing the model from the filesystem Switch to |
Does this repo still need these directories now that the crdch model is being obtained from PyPI?
I moved their contents into |
Would like to install
|
I followed your setup instruction on using pipenv to run jupyter notebook. I would be helpful to add pipenv instruction on README.md on root? I went back and forth starting and stoping Jupyter notebook. When I launch jupyter notebook on pipenv, I was not able to execute cells on notebook because of the following error. But the terminology service lookups worked when I ran jupyter notebook without using pipenv. |
No description provided.
The text was updated successfully, but these errors were encountered: