Hi Lucas!
It's not an answer on how to use DeepSee Zen, but if you try DSW, it has Dashboard export to PDF and even sending on schedule.
Take a look DSW Reports, also tagging @Semion Makarov
- Log in to post comments
Hi Lucas!
It's not an answer on how to use DeepSee Zen, but if you try DSW, it has Dashboard export to PDF and even sending on schedule.
Take a look DSW Reports, also tagging @Semion Makarov
Hi @Nigel Salm!
Tagging @Q Q, an author of the app.
Yes.
Hi Yuri!
I tried the "Docker way" to install - all installed properly. I follow your video but I do not see the IntegratedML option on my laptop, no IntegratedML item:

What do I miss?
Yes, I think of using it with the site. We may introduce it as an option for authors to use "guessed" tags, or to moderators to update it. Curious to see the IntegratedML option working too!
Renato! Do you plan to provide an API?
URL or text as input, tags as output?
Works like a charm!

IntegratedML button didn't work for me - not implemented yet?
Hi Mikhail!
Thank you! This is fixed with the latest release!
In fact, It works!
Installation:
USER>zpm zpm: USER>install terminal-multiline [terminal-multiline] Reload START [terminal-multiline] Reload SUCCESS [terminal-multiline] Module object refreshed. [terminal-multiline] Validate START [terminal-multiline] Validate SUCCESS [terminal-multiline] Compile START [terminal-multiline] Compile SUCCESS [terminal-multiline] Activate START [terminal-multiline] Configure START [terminal-multiline] Configure SUCCESS [terminal-multiline] Activate SUCCESS zpm: USER>q
Usage with copy-n-paste from docs:
USER>d ^%zml
Entering multi line mode. Run with empty line. Stop with single "."
USER:zml:1> SET x=8
USER:zml:2> FOR { WRITE "Running loop x=",x,!
USER:zml:3> SET x=x-1
USER:zml:4> QUIT:x=3
USER:zml:5> }
USER:zml:6> WRITE "Next command after FOR code block"
USER:zml:7>
Running loop x=8
Running loop x=7
Running loop x=6
Running loop x=5
Running loop x=4
Next command after FOR code block
USER:zml:1>It works like a charm!
Bravo, @Robert Cemper!
But are you sure that method which does the thing was invoked?
Is there a matter of Namespace (just a guess)?
And what is the status then?
Hi Henrique!
what is the problem do you have?
any error or what?
Wow. This is fast! Thanks Robert!
Need a zpm package ;)
Cool! Wanted something like that for ObjectScript
Not sure what doesn't work for you. Could you please share an example? Or elaborate the problem?
Oh. Or make a small program, which does the thing - multiline editor for terminal. very simple. Just to have an option copy-paste several lines of code and run it in terminal
Because this is how we work, Robert :) Only this way ;)
Thanks @Anastasia Dyubaylo!
Thanks, @Klaus Richarz! Ping @Luca Ravazzolo and @Steven LeBlanc on the issues with IRIS Docker image.
Thanks, Lucas!
If you have issues with DSW, please submit it here!
Hi Lucas!
Could you confirm that DSW export to PDF doesn't work for you here? What do you have as the result with PDF?
In a new 0.2.3 version of ZPM you can return back to the public repository with the following command:
zpm:USER>repo -n registry -r -url https://pm.community.intersystems.com
Updated images:
And we released images with IRIS 2020.1 and 2020.2 and ZPM 0.2.3. the tags are:
intersystemsdc/iris-community:2020.1.0.215.0-zpm intersystemsdc/iris-community:2020.2.0.204.0-zpm intersystemsdc/irishealth-community:2020.1.0.215.0-zpm intersystemsdc/irishealth-community:2020.2.0.204.0-zpm intersystemsdc/iris-aa-community:2020.3.0AA.331.0-zpm
And to launch IRIS do:
docker run --name my-iris -d --publish 9091:51773 --publish 9092:52773 intersystemsdc/iris-community:2020.1.0.215.0-zpm docker run --name my-iris -d --publish 9091:51773 --publish 9092:52773 intersystemsdc/iris-community:2020.2.0.204.0-zpm docker run --name my-iris -d --publish 9091:51773 --publish 9092:52773 intersystemsdc/irishealth-community:2020.1.0.215.0-zpm docker run --name my-iris -d --publish 9091:51773 --publish 9092:52773 intersystemsdc/irishealth-community:2020.2.0.204.0-zpm docker run --name my-iris -d --publish 9091:51773 --publish 9092:52773 intersystemsdc/iris-aa-community:2020.3.0AA.331.0-zpm
And for terminal do:
docker exec -it my-iris iris session IRIS
and for control panel:
http://localhost:9092/csp/sys/UtilHome.cspHappy coding!
Fantastic Article, thanks @Yuri Marx!
Neat!
Rob, do you want to publish the sample on Open Exchange?
So this thread is an attempt to agree within the community on the modules naming
1. Sure
2. it’s not a rule, it’s a recommendation. It’s an attempt to answer the question,If you develop the module which will live with other modules, what the name should be to minimize possible package conflicts
Added poll