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

Location for overrides.json file when using JupyterLite and JupyterBook? #46

Open
firasm opened this issue Apr 2, 2023 · 0 comments
Open
Labels
documentation Improvements or additions to documentation

Comments

@firasm
Copy link

firasm commented Apr 2, 2023

What I am trying to do...

Hello, I'm trying to put together a demo where a jupyter notebook auto-launches to "Deck Mode" at startup using JupyterLite and JupyterBook.

I've gotten as far as enabling the extension with JupyterLite (live demo here):
Screenshot 2023-04-02 at 12 18 53 PM

now I'm at the last step of trying to figure out where to put the overrides.json file

{
  "@deathbeds/jupyterlab-deck:plugin": {
    "active": true
  }
}

I've tried putting the file in the following location (I had to create the settings folder and the overrides.json file):

jb_jblite_jupyterlabdeck/_build/html/lite/lab/settings

But it doesn't seem to work - any ideas on where this overrides.json file should go?

Screenshot 2023-04-02 at 12 16 23 PM

Demo so far...

What I've got working so far can be found here: https://github.com/firasm/jb_jblite_jupyterlabdeck.git

Thanks for any help you can provide - and for creating such a great extension!

@firasm firasm added the documentation Improvements or additions to documentation label Apr 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

1 participant