Skip to content

Commit 190175c

Browse files
Merge pull request #21 from intersystems-community/olive-anglerfish
Handle macOS's removal of OpenSSL 1.1
2 parents 107e563 + fa4a2a0 commit 190175c

File tree

7 files changed

+2
-1
lines changed

7 files changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,13 @@ This VS Code extension leverages [Microsoft's Jupyter extension](https://marketp
55
## Getting Started
66

77
1. Install the extension. This will also install the Jupyter and ObjectScript extension packs if you don't already have them.
8+
> On macOS you will also need OpenSSL 3, which you can install using Homebrew: https://formulae.brew.sh/formula/openssl@3
89
2. Use [InterSystems Server Manager](https://marketplace.visualstudio.com/items?itemName=intersystems-community.servermanager) to define a connection to an IRIS server.
910
> **Note:** IRIS developers who already use the `objectscript.conn` settings object and don't want to adopt Server Manager's `intersystems.servers` object for their server definitions are not required to do so. However `objectscript.conn` must contain values for `username` and `password`. Switching to use Server Manager would mean that plaintext password could be avoided.
1011
3. From VS Code's `File` menu select `New File...`. This option is also available on the Welcome page.
1112
4. When a quickpick appears, choose `Jupyter Notebook`.
1213
5. Click the button in the upper right of the notebook captioned `Detecting Kernels` or `Select Kernel`.
13-
6. If the next picker is titled 'Select Kernel' choose `IRIS Notebook Servers...`. Otherwise choose `Select Another Kernel...`, then choose `IRIS Notebook Servers...` from that picker.
14+
6. If the next picker is titled "Select Kernel" choose `IRIS Notebook Servers...`. Otherwise choose `Select Another Kernel...`, then choose `IRIS Notebook Servers...` from that picker.
1415
7. The first time you use the extension you will be taken directly to the next step below (#8). On subsequent uses you are asked to "Select a Jupyter Server" and can pick a previously-used _server:NAMESPACE_ entry, then proceed at step #11 below. Alternatively choose `Add IRIS Notebook Host...` and proceed at step #8.
1516
8. On the "Choose IRIS Server" quickpick, choose your target.
1617
9. On the next quickpick choose your target namespace.
Binary file not shown.
Binary file not shown.
Binary file not shown.
680 Bytes
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)