Skip to content

Commit 9515042

Browse files
authored
update changelog for release (#195)
1 parent a7b4069 commit 9515042

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

CHANGELOG.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77

8-
## [1.5.4] - TBD
8+
## [1.5.4] - 2021-07-29
99

1010
### Added
1111

@@ -18,24 +18,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1818

1919
- Ability to hide code cells when rendering Jupyter notebooks.
2020

21-
After setting up Connect and rsconnect-python, the user can render a Jupyter notebook without its corresponding code cells by passing the ' hide-all-input' flag through the rsconnect cli:
21+
After setting up Connect (>=1.9.0) and rsconnect-python, the user can render a Jupyter notebook without its corresponding code cells by passing the ' hide-all-input' flag through the rsconnect cli:
2222

2323
```
2424
rsconnect deploy notebook \
25-
-n server \
26-
-k APIKey \
25+
--server https://connect.example.org:3939 \
26+
--api-key my-api-key \
2727
--hide-all-input \
28-
hello_world.ipynb
28+
mynotebook.ipynb
2929
```
3030

3131
To selectively hide the input of cells, the user can add a tag call 'hide_input' to the cell, then pass the ' hide-tagged-input' flag through the rsconnect cli:
3232

3333
```
3434
rsconnect deploy notebook \
35-
-n server \
36-
-k APIKey \
35+
--server https://connect.example.org:3939 \
36+
--api-key my-api-key \
3737
--hide-tagged-input \
38-
hello_world.ipynb
38+
mynotebook.ipynb
3939
```
4040

4141
## [1.5.3] - 2021-05-06

0 commit comments

Comments
 (0)