-
Notifications
You must be signed in to change notification settings - Fork 1
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
Cell Execution feature for Notebooks #3
Comments
Just tried and have a few questions/comments.
But it looks like you are building and running, so maybe just force reload your browser, it may help to solve the issue you reported. |
I'm using npm to install the dependencies, and 'npm start' to start the cra application. @echarles |
And is the current content of the App.tsx file enough to get the cells executing? Or should I need to add some other components too?
|
If you see the Notebook, that should be enough. Can you bumpt to 0.11.0? Any errors in the devtools console? |
I tried updating to version 0.11.0, but i'm facing the following error when I execute the "npm install" command: `
|
This is the error in the devtools console: @echarles Requesting cell execution without any cell executor defined. Falling back to default execution. |
@Prahmodh-Raj1 I have release jupyter-react 0.12.0 and pushed 3e05847 to update the example On my env, the latest example works fine with both yarn and npm. Can you try that?, hopefully it should fix the issue (which is linked to mixed non-compatible versions of jupyterlab, hence I have removed the constraints on the resolutions). |
The cell execution is still failing in spite of updating the application with the latest commit: 3e05847. The devtools console still produces the same error: It would be great if you could please share another repo where the cell execution has been tested? @echarles |
Thx again for tyring @Prahmodh-Raj1 The safest is to clone from zero https://github.com/datalayer-examples/jupyter-react-cra-example and use yarn to build/start (did a check also with npm and worked fine on my side). If you still have the issue, this will probably come from non coherent juptyerlab packages in your node_modules (you would have to force them via resolutions). |
I'm currently unable to run the cells in the Notebook, that is being rendered in the React Application.
Link to the code: https://github.com/Prahmodh-Raj1/Jupyter-UI-Test
Terminal Error (on clicking the Run button of the cell):
Requesting cell execution without any cell executor defined. Falling back to default execution.
Kindly help me resolve this issue. cc @echarles
The text was updated successfully, but these errors were encountered: