vatlab / sos-notebook

Multi-language Jupyter Notebook
http://vatlab.github.io/SoS
BSD 3-Clause "New" or "Revised" License
176 stars 17 forks source link

Put sos meta data to sos namespace #257

Open BoPeng opened 5 years ago

BoPeng commented 5 years ago

Right now sos put kernel directly under metadata, while other extensions put it under their own namespace (e.g. metadata/jupyter/source_hidden). I think we should do this as well although that means we will have to support both metadata (metadata/sos/kernel and metadata/kernel) for a while.