D3 and mvBase

 View Only

 d3py implementations

Pedro Santos's profile image
Pedro Santos posted 05-09-2023 10:01

Hi everyone,

How can I use d3py in my Python applications outside of my "d3 box"?

I mean, I have created a Python application in my d3 server, and it runs fine using the import d3py, but I want to use it in my Web Server to create my Web App or API endpoint, I have errors to importing d3py outside from my d3server, it says not found the module d3py.
How can I implement a Python application with d3py outside of my (D3/Win) Pick server box?
It doesn't work moving manually the files or making a map drive.

Thank you,

Jorge Salvat's profile image
PARTNER Jorge Salvat

Hi Pedro,

You need to use uopy module

but unfortunatelly is still in a beta state since 2 years ago