-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Small fixes, refactorings and updates (#15)
* fix pylint_notebook: markdown cells processing * Fix bug, change colors / resource names, change separator * Cache, vertical scroll, add help * Update doc, README, cli help * Update pylintrc * Fix width in readme * Update test-install * add changes in run_notebook and rewrite some docs * Speed up formatting * small fixes for exec_notebook * Change separators to thin * Update NBstat tutorial * Self-review; more separator controls * More F-keys; change table elements * Make pylint happy * update pylint_notebook * text prettifyings * Fix empty table handling * Update version --------- Co-authored-by: Sergey Tsimfer <[email protected]> Co-authored-by: Sergey Tsimfer <[email protected]>
- Loading branch information
1 parent
2f6adf9
commit 819668b
Showing
16 changed files
with
513 additions
and
255 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
""" Init file. """ | ||
#pylint: disable=wildcard-import | ||
from .core import * | ||
from .run_notebook import run_notebook | ||
from .exec_notebook import exec_notebook, run_notebook | ||
from .pylint_notebook import pylint_notebook | ||
|
||
__version__ = '0.9.12' | ||
__version__ = '0.9.13' |
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.