Skip to main content
Archived

Jupyter Notebook integration

Related products:FME Form
  • October 17, 2017
  • 1 reply
  • 37 views
danilo_fme
  • danilo_fme
    danilo_fme

geosander

Wouldn't it be nice to introduce a Jupyter Notebook <-> FME Server Python API? This could be a parallel development next to the existing Python FMEObjects API (and it could also leverage it), like Esri did for instance with their well-known ArcPy library and their newer ArcGIS API for Python.

This post is closed to further activity.
It may be a question with a best answer, an implemented idea, or just a post needing no comment.
If you have a follow-up or related question, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

1 reply

  • October 19, 2021

The FMEObjects python module already works within Jupyter Notebooks. Just use this code in your first cell to get access:

 

import sys

sys.path.append(r"C:\\Program Files\\FME\\fmeobjects\\python37")

import fmeobjects


Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie settings