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

using gridstack template on MyBinder hosted Voila dashboard #10

Closed
cornhundred opened this issue Jul 31, 2019 · 3 comments
Closed

using gridstack template on MyBinder hosted Voila dashboard #10

cornhundred opened this issue Jul 31, 2019 · 3 comments

Comments

@cornhundred
Copy link

Can we use the gridtack template on MyBinder hosted voila dashboards? I would like to do so for this repo:

https://github.com/ismms-himc/gaussian-density

MyBinder link to Voila Dashboard from this repo:
https://mybinder.org/v2/gh/ismms-himc/gaussian-density/master?urlpath=voila%2Frender%2Findex.ipynb

I added grid-stack to the requirements.txt, but I'm not sure how/if I can get MyBinder to render using this template.

I raised a similar issue about positioning dashboard components (e.g. widgets) side-by-side here: voila-dashboards/voila#336

@cornhundred cornhundred changed the title using this template on MyBinder using gridstack template on MyBinder hosted Voila dashboard Jul 31, 2019
@jtpio
Copy link
Member

jtpio commented Jul 31, 2019

@cornhundred have you tried using a jupyter_config.json file, like for the voila-demo repo? https://github.com/maartenbreddels/voila-demo/blob/4b84414309bc53350a63b704add34163eb5c489d/jupyter_config.json

The content would look like this:

{
    "VoilaConfiguration": {
        "enable_nbextensions": true,
        "template": "gridstack"
    }
}

@jtpio
Copy link
Member

jtpio commented Oct 12, 2019

Closing as answered.

Also feel free to check out the voila-demo repo which does exactly that, but with a different template!

@jtpio jtpio closed this as completed Oct 12, 2019
@cornhundred
Copy link
Author

Thanks!

jtpio added a commit to jtpio/voila-gridstack that referenced this issue Dec 15, 2020
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