captainsafia / notebook-to-dos

A Jupyter Notebook extension for adding a to-do list to a Notebook
MIT License
9 stars 0 forks source link

require? X notebook-to-dos ? #2

Closed Jackiexiao closed 6 years ago

Jackiexiao commented 6 years ago

when I run jupyter extension enable notebook-to-dos

Enabling notebook extension notebook-to-dos...
      - Validating: problems found:
        - require?  X notebook-to-dos
Jackiexiao commented 6 years ago

Solved

I run jupyter --config-dir which shows
/home/jackie/.jupyter but actually I have to copy notebook-to-dos.js to /usr/local/share/jupyter/nbextensions/ instead of /home/jackie/.jupyter/nbextensions and then it works well

for more infomation, see http://jupyter-notebook.readthedocs.io/en/stable/extending/frontend_extensions.html

Jackiexiao commented 6 years ago

But because of Command Mode, I can't input in the todolist cell, also, button add task didn't work