From 5dd141def56af4fceec6566eb42aa6d5bdcf9fcc Mon Sep 17 00:00:00 2001 From: ABBY CROSS Date: Tue, 14 May 2024 11:02:31 -0400 Subject: [PATCH 1/2] rmv mention of zsh as not necessary --- docs/start/hello-world.ipynb | 4 ++-- docs/start/install.mdx | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/start/hello-world.ipynb b/docs/start/hello-world.ipynb index 3a65b1070d9..a15033eff14 100644 --- a/docs/start/hello-world.ipynb +++ b/docs/start/hello-world.ipynb @@ -21,7 +21,7 @@ "\n", "Follow the [Install and set up](install) instructions if you haven't already, including the steps to [Set up to use IBM Quantum™ Platform](setup-channel#set-up-to-use-ibm-quantum-platform).\n", "\n", - "It is recommended that you use the [Jupyter](https://jupyter.org/install) development environment to interact with quantum computers. Be sure to install the recommended extra visualization support (`pip install qiskit[visualization]`), and note that zsh users need to put `'qiskit[visualization]'` in single quotes. You'll also need the `matplotlib` package for the second part of this example.\n", + "It is recommended that you use the [Jupyter](https://jupyter.org/install) development environment to interact with quantum computers. Be sure to install the recommended extra visualization support (`'qiskit[visualization]'`). You'll also need the `matplotlib` package for the second part of this example.\n", "\n", "\n", "To learn about quantum computing in general, visit the [Basics of quantum information course](https://learning.quantum.ibm.com/course/basics-of-quantum-information) in IBM Quantum Learning.\n", @@ -662,7 +662,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3" + "version": "3.12.0" }, "title": "Hello world", "widgets": { diff --git a/docs/start/install.mdx b/docs/start/install.mdx index 6e218f94072..a59b9c645db 100644 --- a/docs/start/install.mdx +++ b/docs/start/install.mdx @@ -95,7 +95,7 @@ Whether you will work locally or in a cloud environment, the first step for all pip install qiskit-ibm-runtime ``` - If you intend to use visualization functionality or Jupyter notebooks, it is recommended to install Qiskit with the extra visualization support. Note that **zsh users** need to put `'qiskit[visualization]'` in single quotes. + If you intend to use visualization functionality or Jupyter notebooks, it is recommended to install Qiskit with the extra visualization support (`'qiskit[visualization]'`). From 6d9a47c24554e8484018ca602bbab6f55ad61bae Mon Sep 17 00:00:00 2001 From: ABBY CROSS Date: Tue, 14 May 2024 11:48:06 -0400 Subject: [PATCH 2/2] Update hello-world.ipynb --- docs/start/hello-world.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/start/hello-world.ipynb b/docs/start/hello-world.ipynb index a15033eff14..55ed86a227e 100644 --- a/docs/start/hello-world.ipynb +++ b/docs/start/hello-world.ipynb @@ -662,7 +662,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.12.0" + "version": "3" }, "title": "Hello world", "widgets": {