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.
Right now sos put
kernel
directly undermetadata
, 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
andmetadata/kernel
) for a while.