Commit 90a7aaa
authored
[Feature:Autograding] Add Jupyter to Qiskit images (#64)
### What is the current behavior?
Qiskit images do not have Jupyter installed.
### What is the new behavior?
Adds Jupyter to all Qiskit images since Jupyter is commonly used with
Qiskit.
### Other information?
<!-- Is this a breaking change? -->
<!-- How did you test -->
Built the docker images on local VM and executed a jupyter notebook with
Qiskit in it. Also created a python file that successfully parsed output
cells in the notebook.
---------
Signed-off-by: Christopher Poon <[email protected]>1 parent c9c186c commit 90a7aaa
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
0 commit comments