M Pacer

Results 54 issues of M Pacer

[bumpversion](https://github.com/peritus/bumpversion) is a python library that allows you to automatically change the version number of a package in all the places that it needs to be changed using a simple...

enhancement
good first issue

We may be able to give people a straightforward way to revert to older versions of their notebooks by integrating directly with the Jupyter Checkpoints APIs. This would allow us...

As brought up by @MSeal in https://github.com/nteract/bookstore/pull/176#discussion_r353329013 we should consider automating our version updates. One of the easiest ways to set this up is to set up bumpversion and make...

In the classic notebook server, we have the `LargeFileManager` to handle large files as a streamed response. We could have something analogous for bookstore that would alleviate issues around archiving...

In #159 we realized that there is utility in logging more information at the point of validating the bookstore settings. To keep the PR more tightly scoped we only added...

enhancement

Today, when I was using bookstore to clone from S3, I found that responses were just hanging indefinitely. It seems to be occurring when we attempt to read the s3...

Currently we are consuming the id passed through via the sessions response http://jupyter-api.surge.sh/#!/sessions/get_api_sessions_session in the `nb_client` library and not setting it to a variable. My guess is that this was...

This arose in the context of #130. This will change the validation logic available, and so would be relevant for `nteract_on_jupyter` as it uses this information as part of it's...

This issue arose as part of #130, specifically as I discovered that we were running into a new set of errors when testing a method on a synchronous handler. Some...