M Pacer

Results 54 issues of M Pacer

Just finished chatting with @willingc about the future of bookstore and how we would generalize the different pieces of functionality offered by bookstore to be less specifically tied to S3....

As suggested in a meeting with @tuulos, it would be useful for us to have a way to overwrite a file when cloning rather than only creating a new file...

This comes about from #93. We should document the explicit logic behind disabling different features of bookstore (while others are enabled) cc @stormpython

Unlike archiving and publishing cloning may happen from multiple buckets. We need to develop a configuration approach that allows that flexibility.

Now that we have some client support, it has been proving to be easier to develop the api in tandem with the client that will be calling it. Cloning would...

In conversation with @MSeal I raised an issue that as a new developer it is somewhat difficult to begin contributing to this project. Out of concerns around bus-factor and long...

This is arising from some confusion I'm having around the current glue displaying api. I am likely to create a few issues like this… I'm guessing most of them will...

When I went to use scrapbook as a replacement for a `display` call I discovered that you can no longer use custom metadata. For example, I used to do something...

You can expose this package directly to nbconvert (so you could use `jupyter nbconvert --to confluence your.ipynb`) using entrypoints: For example (from [the docs](http://nbconvert.readthedocs.io/en/latest/external_exporters.html#registering-a-custom-exporter-as-an-entry-point)): ```python setup( ... entry_points = {...

Is there a good explanation of the relationship between the launcher, the installer, and the initial bootstrap (through coursier)?