forked from ipython/ipynb
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove opinions and introduce a test loader. (ipython#39)
* Refactor the compile notebook and expose an export function to format our development code. * Add docstring information to the readme * Add a docstring test. * Explicit names for the compiler and exporter classes giving a nicer graph structure * End the markdown quotes on a new lines * Explicit class names for the parameterize functions. * Add an ability to load python files as modules with from_filename * Format source code. * Doctest a module in the tests. * Remove the tox requirements and use pytest syntax for the tests. * Add more tests * Skip the docstring test in 3.7 until the docstring is fixed * modify how the changelog is read and remove the markdown version * Include the changelog.ipynb in the manifest * Make Notebook classes callable and make from_filename an regular method. * Use the default IPython transformer * Update the benchmark with the new from file code
- Loading branch information
Showing
45 changed files
with
1,606 additions
and
974 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
include LICENSE readme.md changelog.md | ||
include LICENSE readme.md changelog.ipynb src/notebooks/block_string.tpl | ||
recursive-include src/importnb *.ipynb |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.