airbnb / knowledge-repo

A next-generation curated knowledge sharing platform for data scientists and other technical professions.
Apache License 2.0
5.48k stars 688 forks source link

Jupyter extension for managing knowledge posts #239

Open sixers opened 7 years ago

sixers commented 7 years ago

Auto-reviewers: @NiharikaRay @matthewwardrop @earthmancash @danfrankj

It would be cool to integrate with Jupyter, and to be able too add and submit posts directly from the browser. What do you think about it?

matthewwardrop commented 7 years ago

@sixers I really like this idea :). The submission part could be gnarly (due to authentication and the like), but exporting directly to a standalone knowledge post format which can be directly imported into a knowledge repository makes a lot of sense. I'm going to be adding this independent format soon, so I'll think about this after that :).

shashj199 commented 7 years ago

This feature would be awesome. It would seriously make handling knowledge repo a lot easier.

timkpaine commented 7 years ago

I'm working on this, its relatively simple to do a server extension for managing the repo and a frontend extension for adding buttons for add/submit to the notebook view

timkpaine commented 7 years ago

developing a Jupyterlab extension here