Skip to content
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

binder setup broken #172

Closed
akhmerov opened this issue Jul 11, 2016 · 10 comments
Closed

binder setup broken #172

akhmerov opened this issue Jul 11, 2016 · 10 comments

Comments

@akhmerov
Copy link
Member

Trying to run a plot with a latex label results in an error:

RuntimeError [Call ipython.show_traceback() for details]
LaTeX was not able to process the following string:
b'lp'
@akhmerov
Copy link
Member Author

If binder still works, we should link to it from the website.

@basnijholt
Copy link
Member

I've recompiled it and the plots don't work. I think we need to install LaTeX.

@akhmerov
Copy link
Member Author

I see there are at least a couple of conda packages with texlive. Maybe those would be enough?

@basnijholt
Copy link
Member

Let's try: 91180de.

@basnijholt
Copy link
Member

Didn't work.

@akhmerov
Copy link
Member Author

What's the error message?

@akhmerov
Copy link
Member Author

Perhaps it's easier to test by just setting up a conda env locally.

@basnijholt
Copy link
Member

Same error message as before.

@akhmerov
Copy link
Member Author

akhmerov commented Jan 3, 2019

Right now we don't store the notebooks in the repository, let alone their outputs. This makes binder not directly useful to us.

However there's a relatively easy way to fix the problem: we should run the building of the image in the binder's dockerfile. This would be too inefficient if this was triggered by the users, however we can trigger the builds from pipelines for master manually by hitting mybinder.org/v2/gh/org/repo/ref (the API one is rather /api/build/gh/owner/repo/ref).

The only problem about this is that we cannot check whether the binder build succeeded.

@akhmerov
Copy link
Member Author

akhmerov commented Aug 6, 2021

Closing as a duplicate of #230

@akhmerov akhmerov closed this as completed Aug 6, 2021
@akhmerov akhmerov mentioned this issue Aug 7, 2021
13 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants