-
-
Notifications
You must be signed in to change notification settings - Fork 70
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Including importnb into ipynb #46
Open
tonyfast
wants to merge
379
commits into
ipython:master
Choose a base branch
from
deathbeds:importnb
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
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
…apture and except imports.
… our development code.
* Rename extensions to defaults * Finish renaming extensions * Remove helpers * More human api loader names * More flexible extension installer * Update the api * Remove helpers from init * Fix remote
* New plugin approach * Update _version.py
* Make modules pathlike * Make pathlike a little more robust
Use store_true and store_false for boolean parameterizations
… is a __path__ atribute in the namespace. (#83)
* Rearrange pytest and add stricter testing functions with nbsource * Simplify the pytest doctest module test collection
* Add better tracebacks to the loader * Update extension * Update pytest_nbsource.py Add encoding the path opener. * Update test_importnb.ipynb
* Remove the classic_input transformer so doctests are always there * Update loader.ipynb * Add ast parser to create tests from string expressions * Add test for new __test__ attribute * Remove triple ticks from docstrings. * Only transform triple ticks on new lines. * Remove fstring * Make joinedstr optional * Change the name of th pytest plugin and enhance the support of doctests from other loaders. * Update _version.py * readme * Update pytest_importnb.py Move function
[skip ci]
* paramterize optional * drop notebooks * Update loader.py Add support for python 3.8 Remove doctests now that the notebooks are removed from the package. * Update test_importnb.ipynb * Update parameterize.py support 3.8 * Update MANIFEST.in * Update parameterize.py cruft * Update readme.ipynb relative import parameterize * update readme * Update _version.py bump version
* blacken * isort * Update readme.ipynb add black logo
woohoo, awesome. I think what we should do is:
How does that sound? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
addresses #45 starts to include the
importnb
machinery in theipynb
repo.importnb
has features that address a few open issues #38 #6 #44ipynb
andimportnb
in the namespace?importnb
toipynb
or retainimportnb
?