forked from Qiskit/qiskit-tutorials
-
Notifications
You must be signed in to change notification settings - Fork 1
Contributing the time_series, portfolio_diversification, and generating_random_variates notebooks #10
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
Closed
Conversation
This file contains hidden or 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
teach_me_quantum_2018/TeachMeQ/Week_0-Hello_Quantum_World/slides.pdf slides 9 and 12
small typos on the qiskit/basics/getting_started_with_qiskit.ipynb
bold and italic now correctly applied.
comma to collon
updating my fork
trying to fix the binder notebooks
trying to fix the binder notebooks
i think i could fix the binder issues. simply by using lowercase on the username "qiskit" and correcting the the path to (...)tutorials instead of (...)tutorial forced it to rebuild the binder image. :) if this alone is not enough then we may try to specify python==3.6, because one guy here (https://gitter.im/jupyterhub/binder) was able to make it work just by doing so.
weirdly enough they may still work as it is but I think it is best to keep everything consistent, and have them refer to the correct repo directory which is qiskit-tutorials and not qiskit-tutorial.
again, qiskit-tutorials instead of qikit-tutorial
qiskit.backends -> qiskit.providers
fixing links "qiskit-tutorial(s)"
* Add terrain generation notebook * Update README.md
…ng_random_variates notebooks.
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.
Summary
This contributes:
-- qiskit/finance/data_providers/time_series, which illustrates the new qiskit/aqua/translators/data_providers,
-- qiskit/finance/optimization/portfolio_diversification, which illustrates the new portfolio diversification Ising translator,
-- qiskit/aqua/general/generating_random_variates, which showcases how to generate random variates quickly.
Details and comments