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

Support RetroLab in Binder #72

Merged
merged 1 commit into from
Sep 23, 2021

Conversation

davidbrochart
Copy link
Collaborator

Closes #71

@davidbrochart davidbrochart merged commit f36b9b1 into jupyter-server:main Sep 23, 2021
@davidbrochart davidbrochart deleted the retro_binder branch September 23, 2021 15:30
@@ -337,7 +339,7 @@ def get_index(doc_name, retro_page, collaborative, base_url="/"):
<script id="jupyter-config-data" type="application/json">
PAGE_CONFIG
</script>
<script src="/static/retro/bundle.js" main="index"></script>
<script src="BASE_URLstatic/retro/bundle.js" main="index"></script>
Copy link
Member

@jtpio jtpio Sep 23, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe it could be useful to follow a similar syntax as in other template engines, for example with {{ BASE_URL }}?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, it's very fragile at the moment. But then without needing Jinja, right?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

But then without needing Jinja, right?

Yes still without Jinja. Just so it sticks out when reading the code.

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

Successfully merging this pull request may close these issues.

Support RetroLab in the Binder demo
2 participants