Failed to load the jupyter-notebook package
See original GitHub issue[Enter steps to reproduce:]
- …
- …
Atom: 1.42.0 x64 Electron: 4.2.7 OS: Unknown macOS version Thrown From: jupyter-notebook package 0.0.10
Stack Trace
Failed to load the jupyter-notebook package
At Cannot find module 'react'
Error: Cannot find module 'react'
at Module._resolveFilename (internal/modules/cjs/loader.js:584:15)
at Module._resolveFilename (/Applications/Atom.app/Contents/Resources/electron.asar/common/reset-search-paths.js:43:12)
at Function.get_Module._resolveFilename (<embedded>:11:155413)
at Module.require (/app.asar/static/index.js:61:43)
at require (<embedded>:11:146745)
at /packages/atom-notebook/lib/main.js:7:14)
at /packages/atom-notebook/lib/main.js:109:3)
at Module.get_Module._compile (<embedded>:11:147429)
at Object.value [as .js] (<embedded>:11:150977)
at Module.load (internal/modules/cjs/loader.js:602:32)
at tryModuleLoad (internal/modules/cjs/loader.js:541:12)
at Function.Module._load (internal/modules/cjs/loader.js:533:3)
at Module.require (/app.asar/static/index.js:72:46)
at require (internal/modules/cjs/helpers.js:20:18)
at customRequire (<embedded>:1:689403)
at Package.requireMainModule (<embedded>:11:3223028)
at measure (<embedded>:11:3209568)
at Package.measure (<embedded>:11:3208400)
at Package.load (<embedded>:11:3209141)
at PackageManager.loadAvailablePackage (<embedded>:11:381121)
at config.transact (<embedded>:11:379544)
at Config.transact (<embedded>:11:331609)
at PackageManager.loadPackages (<embedded>:11:379482)
at t.loadState.then (<embedded>:1:710014)
Commands
Non-Core Packages
jupyter-notebook 0.0.10
atom-python-run 0.9.7
kite 0.178.0
language-markdown 0.37.0
markdown-image-paste 2.5.2
markdown-preview-plus 3.11.5
markdown-scroll-sync 2.1.2
markdown-table-editor 1.1.2
minimap 4.29.9
platformio-ide-terminal 2.10.0
regex-railroad-diagram 0.19.4
Issue Analytics
- State:
- Created 4 years ago
- Reactions:1
- Comments:13 (2 by maintainers)
Top Results From Across the Web
Failed to load the jupyter-notebook package · Issue #104
I have the same issue on Linux Mint 20 using Atom 1.51.0 and jupyter-notebook package version 0.0.10, first the error and after trying...
Read more >How to fix errors occurring on installation of Jupyter Notebook
Upgrade your pip first: pip install --upgrade pip. Then: pip install jupyter.
Read more >Trivial Nix-based notebook fails to load - Binder
" When using nix you have to specify all packages and dependencies explicitly, including the Jupyter notebook package that repo2docker expects ...
Read more >Can't load package (StatsBase) in Jupyter notebook but ...
I have a fresh installation of julia-1.6.5 on an ubuntu 18.04 box. I added a number of packages and in the REPL, I...
Read more >Failed to load notebook
Hi @TylerT, make sure that there haven't been any changes to the Jupyter configuration file jupyter_notebook_config.py, see the FAQ. An Unexpected Error has ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I am able to resolve this issue, with some code changes in the package itself. I will try to ask for contribution
@ishanku Was this patch merged beacause I still get the error