Replies: 7 comments 4 replies
-
Perspective already has widgets - https://perspective.finos.org/docs/python.html#jupyterlab |
Beta Was this translation helpful? Give feedback.
-
Ah, same for regular-table - https://pypi.org/project/ipyregulartable/ So we will focus on the FDC3 side of things 👍 |
Beta Was this translation helpful? Give feedback.
-
@chuck-adaptive found your pitch very interesting! How can I help with the Python type hints? |
Beta Was this translation helpful? Give feedback.
-
@garrettladley Terrific! The team has done some preliminary research. In the end, what I hope to achieve with type hints is enabling Python developers to "discover" the FDC3 API via type hints, as I so enjoyed doing with Typescript. I can trust my integration points, because the types feed me, etc. For reference - here are the Typescript types - https://github.com/finos/FDC3 There are some libraries that do this automatically https://pypi.org/project/ts2python/ But I haven't fully evaluated them The key thing here is to make a best effort to encapsulate the Typescript types in Python. in my research, I liked this comparison - we want to be able to account for optional keys
|
Beta Was this translation helpful? Give feedback.
-
Hi Chuck! We are interested in this use case :) Could you please provide more information on what it entails? We are uncertain on where to start. |
Beta Was this translation helpful? Give feedback.
-
Hi @chuck-adaptive, @andleebc and colleagues would really like a chat with you about this to make sure they're on the right track - I've tried to give a bit of background about the above comment but if you could spare a 1/2 hour with them tomorrow morning that would be amazing! cheers! |
Beta Was this translation helpful? Give feedback.
-
Closing discussion in preparation for this years hackathon. Feel free to reopen and update if its still relevant. |
Beta Was this translation helpful? Give feedback.
-
Jupyter Notebook with FDC3 integration
From @chuck-adaptive (Adaptive)
Business Problem
When working with data, I need to be able to leverage cloud services for both running AI models and collaborating with teammates. This positions Jupyter Notebooks as the new excel - a user friendly GUI that unleashes powerful interactive patterns to analyze data, and even build and publish your own AI models.
Users will demand the same level of interoperability between Excel and Desktop Applications as they do between their Jupyter Notebooks - both deployed in managed services, and locally ran for quantitative development teams.
The FINOS JupyterLab Templates are a great place to start embedding this behavior.
Expected Features
regular-table
orPerspective
FDC3
agent discovery and APIs - let the notebook discover if the Browser or Container has the agent availableUseful apps, systems, projects, technologies, libraries and datasets
Beta Was this translation helpful? Give feedback.
All reactions