How do I publish a notebook using the url that npmjs.org links to (in the form of “/{package}”) instead of “/{user}/{id}”?
For example, https://npm.runkit.com/lodash has example code using the lodash npm package. When I navigate to the same url but substittute lodash for one of my packages the only code there is importing the package (which looks to be the default).
I don’t see a way to publish as /{package name} I only see a way to publish as /{user name}/{notebook id}