Peter Parente

Results 259 comments of Peter Parente

Thanks for reporting the problem. You mentioned you're running on a clone of the repo. I'm assuming that means you both installed the extension from it, not from the stable...

> The good news is that the load_notebook() route does work: The fact that the function works tells me there's a platform specific bug in the handling of the dotted...

I took a look at the code. The bug is likely in the finder classes https://github.com/jupyter-incubator/contentmanagement/blob/master/urth/cms/loader.py#L228. I'm not seeing it by reading the code. Need a couple prints for name...

I ran into this myself the other day for the first time. I do not know a better way of identify which notebook server is the "right" notebook server. Adding...

The deploy as local option is deprecated and unlikely to work with newer versions of ipywidgets and notebook. You might be able to get it working, but it may also...

I'll submit the minor edits I had as a PR this evening. I did have one comment about: > - Creating a new GitHub repo in one of the official...

Thanks for reporting this. It does indeed look like the same nbconvert 5 issue. I'll dig in soon.

Did add tests for bundler tool as part of #15 to start.

Added tests for loader.py and inject.py in #22. Removed the milestone because more will come over time. Don't need to do them all at once.

Thanks for opening this. I think I'm missing what you're asking, but let me try to answer and you can tell me where I'm off base. If you annotate a...