-
Notifications
You must be signed in to change notification settings - Fork 881
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
Fix/gradle #127
Fix/gradle #127
Conversation
In docker after you go to examples directory and open notebook the notebook current directory is |
I am not sure to follow, you mean when you use the docker image and run |
I run |
This reverts commit f094f47.
I was trying to find a fix for it without success. |
to add some clarification here is my problem @Kostiiii: because of this path used inside the jupyter notebook in docker, when you actually make a change you have to build the package again to see some changes reflected in the notebook |
Okey, now I understand what is your concern. Hmm I always though that notebooks are supposed to use installed version of darts not local code. |
if that's what we want then we can discard this changes and I will create my own notebooks locally :) |
@guillaumeraille Bit late to the party but would simply adding darts to the path in notebook help? https://www.johnny-lin.com/cdat_tips/tips_pylang/path.html? |
it would but then it would mean adding a code cell that should be run only locally. Actually, I think even adding something to the path that is not used would also work so running it in docker would be useless but fine. I can make the changes and try thanks |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can't come up with anything better ATM :)
tests
and__init__.py
Summary
Other Information