Matt Craig
Matt Craig
@kakirastern -- not your bad at all! I just thought I'd dish you a way to vastly simplify. I whole-heartedly support taking whatever time you need.
The content of the tutorial itself looks pretty good. It would be useful to point out that in this specific case there are a couple of potential packages that users...
@bmorris3 -- That was my bad here: https://github.com/astropy/astroplan/commit/08b9be56608ad06913463ac8b40cbdd832700794#diff-69217915b5c1646adad435a94fbdf09722e5993691c6ff2d34d46d83058d016eL109 I missed those lines completely in making the transition. @ViviCoder -- do you want to open a PR to fix this or...
I didn't have specific layout in mind but I like the jupytercon one that Martin linked to.
I'm going to hold off on this until #135 is in since it touches some of the notebooks here....
One more thought before I forget: should we consider offering two tutorials, an intro one (the one we do now) and a more advanced one (building widget applications or building...
We should change the difficulty level to beginner, I think
@maartenbreddels -- we are seeing the failure using the README instructions at commit c19e35ed323b8c0c95aa8d404d35e29af7281f09 If you could take a look that would be great! We'd really like to demo `ipyvolume`...
@jasongrout - This works for me locally now. Adding the dependency on `css-loader` fixed the odd error I showed you on Friday. I have not fixed [this use of `ManagerBase`](https://github.com/jupyter-widgets/jupyterlab-sidecar/blob/master/tests/src/utils.spec.ts#L50)...
> This can be fixed by removing the part: ManagerBase -> ManagerBase Thanks, done. One of these days I should really try to learn typescript...