Philip Austin

Results 9 issues of Philip Austin

@brian-rose -- not intended for a merge, just to give you an idea of what we're doing

We've encountered an issue where nbconvert succeeds and nbsphinx fails in a array equation environment. Specifically, this notebook markdown: https://github.com/phaustin/nbsphinx_issue/blob/master/Lec5_Euler_debug.py#L54-L63 Is successfully translated in to `\color` calls by jupyter nbconvert...

the validate button is failing for me on current master with error messages like: ``` FileNotFoundError: [Errno 2] No such file or directory: '/source/Assign_1' ``` this is because path is...

bugfix
needs work

@hcolclou and I have pushed a new sphinx theme that implements some CSS3 page media formatting for myst_nb: https://github.com/eoas-ubc/paged_html_theme#pagedjs-html-sphinx-theme We'll be using it to provide parts of the functionality of...

enhancement

If a user tries to render an ipynb file to html with this sphinx command: `sphinx-build -N -v -b html . _build` the `jupyter_execute` folder is created in _build's parent...

bug

`docker-compose up` should build three containers (one for the notebooks, one for the hub and one for a web server) and open the webserver on 8080 and the hub on...

python 3 port using futurize to fix imports and print

fixed some issues with the Chapter 5 notebook, pandas 0.17.1, python 3.5.1

Quick question(s) -- I'd appreciate suggestions/guidance on writing css styles that will work with both ebp and nbconvert for notebook cells/widgets/pages. Does ebp plan to port the notebook less files...