Jupyter command `jupyter-bundlerextension` not found

35 views Asked by At

I use jupyter notebook version 7.0.8. I was able to install the jupyter_to_medium package but still didn't see the deploy to Medium post on the notebook. So I tried this line of code to display it: jupyter bundlerextension enable --py jupyter_to_medium._bundler --sys-prefix , then got the error message below

usage: jupyter [-h] [--version] [--config-dir] [--data-dir] [--runtime-dir] [--paths] [--json] [--debug] [subcommand]

Jupyter: Interactive Computing

positional arguments:
  subcommand     the subcommand to launch

options:
  -h, --help     show this help message and exit
  --version      show the versions of core jupyter packages and exit
  --config-dir   show Jupyter config dir
  --data-dir     show Jupyter data dir
  --runtime-dir  show Jupyter runtime dir
  --paths        show all Jupyter paths. Add --json for machine-readable format.
  --json         output paths as machine-readable json
  --debug        output debug information about paths

Available subcommands: console dejavu events execute kernel kernelspec lab labextension labhub migrate nbconvert
notebook qtconsole run script server troubleshoot trust

Jupyter command `jupyter-bundlerextension` not found.
0

There are 0 answers