-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rename njsp-plots.ipynb to njsp/update-plots, add update-projections …
…step
- Loading branch information
1 parent
9d03b69
commit 4b57b34
Showing
6 changed files
with
18 additions
and
5 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
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 |
---|---|---|
@@ -0,0 +1,13 @@ | ||
#!/usr/bin/env python | ||
import click | ||
|
||
from njsp.cli.base import command | ||
from njsp.nb import execute | ||
|
||
|
||
@command | ||
@click.option('-k', '--kernel', default='python3') | ||
def update_projections(kernel): | ||
nb_path = 'njsp/update-projections.ipynb' | ||
execute(nb_path, kernel=kernel) | ||
return "Update NJSP plots" |
File renamed without changes.
File renamed without changes.