Jessica B. Hamrick

Results 126 comments of Jessica B. Hamrick

For reference, I opened this issue on nbgrader before I knew about hubshare: https://github.com/jupyter/nbgrader/issues/659 I would want to build all those things on top of hubshare (and would probably do...

Perhaps it would also be useful to describe what nbgrader includes. nbgrader itself started out as an extension building on top of nbconvert, but I think it's complex enough at...

We can probably start with what's already in the contributor readme: - https://github.com/ipython/ipython/blob/master/CONTRIBUTING.md - https://github.com/ipython/ipython/wiki/Dev:-GitHub-workflow - https://github.com/ipython/ipython/wiki/Dev%3A-Closing-pull-requests In general there are a lot of things already in the [IPython wiki](https://github.com/ipython/ipython/wiki),...

I went to debug this, but unfortunately it seems that Binder is down at the moment... I'll have a look at this again in a few days. If you have...

- Ability to edit notebook metadata - Cell toolbars - Undeletable cells

> Not in UI. If you tag a cell with the right metadata it cannot be deleted. Yep, exactly. This is a really important feature for nbgrader to prevent the...

Ooh, here's another one -- not sure if this falls under widgets but making sure `input` and `raw_input` work (and relatedly, debuggers like ipdb).

This has been rebased and can now be merged.