thebe
thebe copied to clipboard
thebe is not available on window
Describe the bug
context
When I do thebe.bootstrap()
expectation I expected the library to initialize.
bug
But instead nothing happens
I get a thebe is undefined in the console. while thebelab.bootstrap() works.
$ jupyter-book build mybook
ERROR ...
problem This is a problem for people following the docs to get started!
Reproduce the bug
just load the library and try to call thebe.bootstrap()
List your environment
No response
I'm having the exact same problem, it said that "thebelab is not defined" in console, but it only happened on my PC, do you come up with a solution?
@lostchristmas0 you need to make calls via thebelab. rather than thebe. until a fix is made