We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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_url
0.3.0a0
Testing 0.3.0a0 on Binder gives the following:
Here we see that we are trying the fetch require.min.js without taking into account the base url.
require.min.js
This works fine with 0.2.16 on Binder, so probably an issue introduced in #936 (cc @trungleduc)
0.2.16
The text was updated successfully, but these errors were encountered:
I will look after this bug.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Description
Testing
0.3.0a0
on Binder gives the following:Here we see that we are trying the fetch
require.min.js
without taking into account the base url.Reproduce
Expected behavior
Context
This works fine with
0.2.16
on Binder, so probably an issue introduced in #936 (cc @trungleduc)0.3.0a0
The text was updated successfully, but these errors were encountered: