User bio
Adam Coppola is a technical online courseware developer at InterSystems. Adam creates training about InterSystems IRIS® development and deployment.
Member since Mar 12, 2020
Posts:
Replies:
The .NET IRIS dll files and nupkg files are located in the installation directory, in the dev folder. For containers, that would be /usr/irissys/dev/dotnet/bin.
Source: https://docs.intersystems.com/components/csp/docbook/DocBook.UI.Page.cls...
Install Docker Engine on Ubuntu: https://docs.docker.com/engine/install/ubuntu/
I've found Docker's documentation to be the most reliable. There are also instructions for Debian, RHEL, Fedora, etc.
Open Exchange applications:
Certifications & Credly badges:
Adam has no Certifications & Credly badges yet.
Global Masters badges:






Followers:
Adam has no followers yet.
Following:
To the first question about Python packages:
The pandas package doesn't come pre-installed. You are correct that the Python shell is functional in a basic IRIS instance, but some packages need to be installed (latest docs for installing python packages in containers). Other packages like math and iris are pre-installed.
To the second question:
I'm not sure what you're looking for here.
It looks like you have the VS Code explorer configured for server-side editing of the USER and US-S namespaces on your instance. You can create and add class files here, to be compiled within those namespaces. Those would be your user-defined files, including Python classes and scripts. They'll have access to the python libraries in IRIS. Here's some more documentation on running Python.