-
Notifications
You must be signed in to change notification settings - Fork 10
notebooks updates #134
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
base: main
Are you sure you want to change the base?
notebooks updates #134
Conversation
|
@rigoudyg in DR = dr.DataRequest.from_separated_inputs(**content_dic)gave me the error: But if I use v1.2 content instead: then Same thing in other notebooks, e.g. |
…b use v1.2.1, include BCVs opportunity in example
|
In |
…xperiments_and_Variables_for_given_Opportunities.ipynb
@JamesAnstey Thank you for testing. |
|
or you can use the option force_retrieve=True of the get_transformed_content function |
|
@JamesAnstey : Thanks for pointing this out! I reproduces the error as well in binder. I can correct the notebooks with one of Gaëlle's suggestions and test in the binder of my fetched GitHub repo before adding to this PR if it solves the problem. |
|
@rigoudyg : I have tested the 2 solutions (cache cleaning and force_retrieve=True) but it does not solve the issue. In fact, all goes well when using DR content v1.1, v1.2 but the error raised by @JamesAnstey and in #116 arises when using v1.2.1. |
|
The issue seems to come from the version available in binder. It seems not to be the last commit of the main branch. |
|
Thanks @rigoudyg for the explaination. Do you know if there any manual operation to synchronize binder with the last Software version? |
|
no, I don't know. Dan @wolfiex do you know how to update the code? |
|
@rigoudyg I installed the latest software release (1.2.1) in binder ( In |
|
@sol1105 Thanks for testing Martin. |
|
@JamesAnstey I did not have time to add the example because I had an unexpected behaviour with some example. I will try to fix it for next week. |
|
from TISG meeting 38:
|
|
To open binder from a certain branch: When I then opened a terminal (File -> New -> Terminal) to make sure, however, I saw the checked out branch is |
Testing notebooks in Binder, suggesting minor edits