Skip to content

extensions configured twice? #25

@flying-sheep

Description

@flying-sheep

Hi, in my logs I get:

nbextension 'highlight_selected_word/main' has duplicate listings in both
'$HOME/.local/share/jupyter/nbextensions/highlight_selected_word/configurator.yaml' and
'$HOME/.local/share/jupyter/nbextensions/highlight_selected_word/configurator.yaml'

for each extension. (i added linebreaks for clarity)

but i have no configuration that could add another copy of that path AFAIK.

$ ag nbextensions ~/.jupyter
$HOME/.jupyter/jupyter_notebook_config.json
4:      "jupyter_nbextensions_configurator": true

$HOME/.jupyter/jupyter_notebook_config.py
224:# c.NotebookApp.extra_nbextensions_path = traitlets.Undefined

$HOME/.jupyter/jupyter_nbconvert_config.json
5:      "jupyter_contrib_nbextensions.nbconvert_support.CodeFoldingPreprocessor",
6:      "jupyter_contrib_nbextensions.nbconvert_support.PyMarkdownPreprocessor"
11:      "$HOME/.local/lib/python3.5/site-packages/jupyter_contrib_nbextensions/templates"
15:    "postprocessor_class": "jupyter_contrib_nbextensions.nbconvert_support.EmbedPostProcessor"

$HOME/.jupyter/nbconfig/tree.json
3:    "nbextensions_configurator/tree_tab/main": true

$HOME/.jupyter/nbconfig/notebook.json
6:    "nbextensions_configurator/config_menu/main": true,

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions