-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
How would you add multiple distinct react components packaged into one python module?
Would you just use multiple JupyterReact.init for different components in index.js:
function load_ipython_extension() {
requirejs(["base/js/namespace", "base/js/events"], function(Jupyter, events) {
JupyterReact.init
...
and then import multiple python modules (like thing.py in the example)?
The end goal would be something like:
from example import Thing1
from example import Thing2
Thanks for your work on this project @chelm!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels