jupyter-incubator / contentmanagement

Jupyter Content Management Extensions
Other
78 stars 26 forks source link

Using ContentManager instead of os path #55

Open yarmenti opened 7 years ago

yarmenti commented 7 years ago

Hi guys,

For the reusable modules, it would probably be better to use the ContentsManager (/api/contents%s url) instead of checking if the file exists in the disk. So that every custom subclass of it would work.

Regards,