You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After trying : jupyter bundlerextension enable --py wordexport.wordexport --sys-prefix
I got :
Traceback (most recent call last):
File "C:\Users\ggeorgiev\Anaconda2\Scripts\jupyter-bundlerextension-script.py", line 10, in
sys.exit(main())
File "C:\Users\ggeorgiev\Anaconda2\lib\site-packages\jupyter_core\application.py", line 266, in launch_instance
return super(JupyterApp, cls).launch_instance(argv=argv, **kwargs)
File "C:\Users\ggeorgiev\Anaconda2\lib\site-packages\traitlets\config\application.py", line 658, in launch_instance
app.start()
File "C:\Users\ggeorgiev\Anaconda2\lib\site-packages\notebook\bundler\bundlerextensions.py", line 297, in start
super(BundlerExtensionApp, self).start()
File "C:\Users\ggeorgiev\Anaconda2\lib\site-packages\jupyter_core\application.py", line 255, in start
self.subapp.start()
File "C:\Users\ggeorgiev\Anaconda2\lib\site-packages\notebook\bundler\bundlerextensions.py", line 211, in start
self.toggle_bundler_python(self.extra_args[0])
File "C:\Users\ggeorgiev\Anaconda2\lib\site-packages\notebook\bundler\bundlerextensions.py", line 203, in toggle_bundler_python
logger=self.log)
File "C:\Users\ggeorgiev\Anaconda2\lib\site-packages\notebook\bundler\bundlerextensions.py", line 149, in enable_bundler_python
logger=logger)
File "C:\Users\ggeorgiev\Anaconda2\lib\site-packages\notebook\bundler\bundlerextensions.py", line 120, in _set_bundler_state_python
m, bundlers = _get_bundler_metadata(module)
File "C:\Users\ggeorgiev\Anaconda2\lib\site-packages\notebook\bundler\bundlerextensions.py", line 35, in _get_bundler_metadata
m = import_item(module)
File "C:\Users\ggeorgiev\Anaconda2\lib\site-packages\traitlets\utils\importstring.py", line 34, in import_item
module = import(package, fromlist=[obj])
ImportError: No module named wordexport
The text was updated successfully, but these errors were encountered:
Did you install the package first? (You need to use the correct pip... i.e. the one that installs to the Python environment you use to run the jupyter command.
OS: Win 10
After trying : jupyter bundlerextension enable --py wordexport.wordexport --sys-prefix
I got :
Traceback (most recent call last):
File "C:\Users\ggeorgiev\Anaconda2\Scripts\jupyter-bundlerextension-script.py", line 10, in
sys.exit(main())
File "C:\Users\ggeorgiev\Anaconda2\lib\site-packages\jupyter_core\application.py", line 266, in launch_instance
return super(JupyterApp, cls).launch_instance(argv=argv, **kwargs)
File "C:\Users\ggeorgiev\Anaconda2\lib\site-packages\traitlets\config\application.py", line 658, in launch_instance
app.start()
File "C:\Users\ggeorgiev\Anaconda2\lib\site-packages\notebook\bundler\bundlerextensions.py", line 297, in start
super(BundlerExtensionApp, self).start()
File "C:\Users\ggeorgiev\Anaconda2\lib\site-packages\jupyter_core\application.py", line 255, in start
self.subapp.start()
File "C:\Users\ggeorgiev\Anaconda2\lib\site-packages\notebook\bundler\bundlerextensions.py", line 211, in start
self.toggle_bundler_python(self.extra_args[0])
File "C:\Users\ggeorgiev\Anaconda2\lib\site-packages\notebook\bundler\bundlerextensions.py", line 203, in toggle_bundler_python
logger=self.log)
File "C:\Users\ggeorgiev\Anaconda2\lib\site-packages\notebook\bundler\bundlerextensions.py", line 149, in enable_bundler_python
logger=logger)
File "C:\Users\ggeorgiev\Anaconda2\lib\site-packages\notebook\bundler\bundlerextensions.py", line 120, in _set_bundler_state_python
m, bundlers = _get_bundler_metadata(module)
File "C:\Users\ggeorgiev\Anaconda2\lib\site-packages\notebook\bundler\bundlerextensions.py", line 35, in _get_bundler_metadata
m = import_item(module)
File "C:\Users\ggeorgiev\Anaconda2\lib\site-packages\traitlets\utils\importstring.py", line 34, in import_item
module = import(package, fromlist=[obj])
ImportError: No module named wordexport
The text was updated successfully, but these errors were encountered: