Skip to content

Commit

Permalink
markdown source builds
Browse files Browse the repository at this point in the history
Auto-generated via {sandpaper}
Source  : b0980e4
Branch  : main
Author  : Frank Martin <[email protected]>
Time    : 2024-10-08 09:28:53 +0000
Message : Merge pull request #160 from vantage6/158-change-request-in-setup-instructions-ask-to-import-vantage6-client

 Rearranged setup instructions
  • Loading branch information
actions-user committed Oct 8, 2024
1 parent 6582c6d commit 3cf169b
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 14 deletions.
2 changes: 1 addition & 1 deletion md5sum.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@
"episodes/chap8_own_project.md" "62bb31ad244046349ef058e2eda2c15b" "site/built/chap8_own_project.md" "2024-10-02"
"instructors/instructor-notes.md" "cae72b6712578d74a49fea7513099f8c" "site/built/instructor-notes.md" "2023-03-16"
"learners/reference.md" "1c7cc4e229304d9806a13f69ca1b8ba4" "site/built/reference.md" "2023-03-16"
"learners/setup.md" "c20bc92c0ebf50104caa37a2d20d42ab" "site/built/setup.md" "2024-10-03"
"learners/setup.md" "1fe22c8587de3366f320bc532b899501" "site/built/setup.md" "2024-10-08"
"profiles/learner-profiles.md" "60b93493cf1da06dfd63255d73854461" "site/built/learner-profiles.md" "2022-04-22"
28 changes: 15 additions & 13 deletions setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,20 +112,14 @@ conda activate v6-workshop
pip install jupyterlab vantage6==4.7.1 vantage6-client==4.7.1 vantage6-algorithm-tools==4.7.1
```

1. Verify the installation of `jupyterlab`:

```bash
jupyter lab
```

Make sure JupyterLab opens in your browser.

2. Verify the installation of `vantage6`:
1. Verify the installation of `vantage6`:

```bash
v6 --help
```

If the installation is successful, it will print out a message explaining the usage.

```Output
Usage: v6 [OPTIONS] COMMAND [ARGS]...
Expand All @@ -146,13 +140,21 @@ Commands:
test Execute tests on your vantage6 infrastructure.
```

If the installation is successful, it will print out a message explaining the usage.
2. Verify the installation of `jupyterlab`:

```bash
jupyter lab
```

Make sure JupyterLab opens in your browser.

3. Verify the installation of `vantage6-client` and `vantage6-algorithm-tools`:
Now create a new jupyter notebook in your jupyter lab environment and run a cell
with the following code:

```bash
python -c "import vantage6.client"
python -c "import vantage6.algorithm.tools"
```python
import vantage6.client
import vantage6.algorithm.tools
```

If there is no output and no error message, the installation is successful.
Expand Down

0 comments on commit 3cf169b

Please sign in to comment.