-
Notifications
You must be signed in to change notification settings - Fork 21
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
mybinder.org badges for example Jupyter notebooks #22
Comments
It seems pretty cool and easy to use, but I tried it and couldn't make it work :/ Essentially, it seems to be able to clone everything that's needed and build the package, but then when accessing a notebook and trying to run something, I get Any idea what could be wrong? |
PYTHONPATH? |
Sorry, I'm a bit slow, could you explain a little? Where should this code snippet be used? And what does it have to do with pyvinecopulib not being available? |
I guess I was too fast, but I'm not sure if indeed mybinder builds anything. Going to: and then trying to look around for any build results with: import glob
files = [f for f in glob.glob("../**", recursive=True)]
for f in files:
print(f) does not reveal any build results. When pyvinecopulib gets into pypi repository, we could simply rely on it being obtained through requirements.txt file (which is taken into account by mybinder), otherwise some more trickery seems to be needed... |
see https://mybinder.org/
The text was updated successfully, but these errors were encountered: