thebe icon indicating copy to clipboard operation
thebe copied to clipboard

thebe is not available on window

Open stevejpurves opened this issue 3 years ago • 2 comments

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

stevejpurves avatar Jan 27 '22 12:01 stevejpurves

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 avatar Jun 08 '22 17:06 lostchristmas0

@lostchristmas0 you need to make calls via thebelab. rather than thebe. until a fix is made

stevejpurves avatar Jun 13 '22 10:06 stevejpurves