Skip to content
This repository has been archived by the owner on Jul 9, 2021. It is now read-only.

adding myst init command #97

Merged
merged 1 commit into from
Apr 15, 2020
Merged

adding myst init command #97

merged 1 commit into from
Apr 15, 2020

Conversation

choldgraf
Copy link
Member

@choldgraf choldgraf commented Apr 15, 2020

This adds a simple MyST python function as well as CLI command. It currently returns an error if there are multiple available kernels and no kernel manually specified, and we can make this an "interactive choice" in the future if we like. There are a few edge cases I couldn't figure out how to test for (e.g. how to deal w/ multiple kernels and single kernel environments) but they didn't seem like they were super critical to figure out.

@codecov
Copy link

codecov bot commented Apr 15, 2020

Codecov Report

Merging #97 into master will decrease coverage by 0.26%.
The diff coverage is 89.79%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #97      +/-   ##
==========================================
- Coverage   92.64%   92.38%   -0.27%     
==========================================
  Files          10       11       +1     
  Lines         517      565      +48     
==========================================
+ Hits          479      522      +43     
- Misses         38       43       +5     
Flag Coverage Δ
#pytests 92.38% <89.79%> (-0.27%) ⬇️
Impacted Files Coverage Δ
jupyter_book/utils.py 86.53% <75.00%> (-7.22%) ⬇️
jupyter_book/commands/__init__.py 100.00% <100.00%> (ø)
jupyter_book/tests/test_utils.py 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 00fbc42...833343a. Read the comment docs.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant