0.0.1-alpha.10 • Published 5 years ago
@bayesnote/cli v0.0.1-alpha.10
Bayesnote-cli
cd /path/to/Bayesnote/cli
yarn run build
yarn link
ls ~/.config/yarn/link
bayesnote-cli
Run notebook
The sample notebook JSON file is in the test folder.
makesure you have started the node application
bayesnote run <path/to/notebook/json/file>
example:
# run notebook without parameter
bayesnote run code-notebook.json
Run notebook with parameters
bayesnote run -p <parameter> -p <parameter> <path/to/notebook/json/file>
parameter is a key=value
string
example:
# run notebook with parameters
bayesnote run -p "myList=[1,2,3]" -p "delay=0" parameter-notebook.json
Injected-parameter cell
- Has parameter cell and no injected-parameter cell:
- Add injected-parameter cell after the first parameter cell
- Has parameter cell and has injected-parameter cell:
- Replace the first injected-parameter cell
- Has no parameter cell and has injected-parameter cell:
- Replace the first injected-parameter cell
- Has no parameter cell and no injected-parameter cell:
- Add injected-parameter cell before the first cell
0.0.1-alpha.10
5 years ago
0.0.1-alpha.9
5 years ago
0.0.1-alpha.8
5 years ago
0.0.1-alpha.6
5 years ago
0.0.1-alpha.7
5 years ago
0.0.1-alpha.4
5 years ago
0.0.1-alpha.5
5 years ago
0.0.1-0.0.1-alpha.4.0
5 years ago
0.0.1-alpha.3
5 years ago
0.0.1-alpha.2
5 years ago
0.0.1-alpha.1
5 years ago
0.0.1-alpha.0
5 years ago
0.0.1
5 years ago