Skip to content

Using thebe on a local project. #1810

Answered by atharvaaalok
atharvaaalok asked this question in Q&A
Discussion options

You must be logged in to vote

I tried stuff from https://mystmd.org/guide/integrating-jupyter
and it worked!

My new myst.yml:

version: 1
project:
  title: Neural Geometry
  date: 2025/01/21
  jupyter:
    server:
      url: http://localhost:8888/
      token: abcd
  github: some_link
  authors:
    - name: Atharva Aalok
      email: [email protected]
      corresponding: true
      affiliations: Stanford University
      twitter: atharvaaalok
      github: atharvaaalok
  toc:
    - file: file1.ipynb
    - file: file2.ipynb
    - file: file3.ipynb
site:
  template: book-theme
  title: Neural Geometry
  # options:
  #   favicon: favicon.ico
  #   logo: site_logo.png

Then I start a local jupyter kernel using:

jupyt…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by atharvaaalok
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant