FactSet Programmatic Environment (Beta)Provides a connection to the FPE filesystem and kernels. OverviewThe FactSet Programmatic Environment (FPE) Visual Studio Code extension offers basic functionality for users working within the FPE directly from their VS Code editor. With this extension, users can access, edit, and execute code just as they would on the FPE web platform, allowing for seamless integration into developer workflows and increasing productivity for clients who prefer VS Code as their primary tool. Note: The extension does not circumvent existing access restrictions present in the FPE. A valid FactSet FPE package and appropriate entitlements are required for client use, similar to the requirements on the web platform. Using the FPE ExtensionThe FPE Extension connects Visual Studio Code to FPE, allowing you to access your FPE filesystem and run Jupyter notebooks using FPE kernels. Prerequisites
Setup Instructions
Running Notebooks with FPE Kernels
Troubleshooting
Folder StructureThe extension mirrors the FPE web platform folder structure within VS Code. All files and folders are synchronized, allowing you to switch between the web and VS Code without losing context. Future PlansAdditional FPE extensions for applications and AI assistants are planned for future VS Code extension updates. FAQQ: I am unable to import any of the FPE libraries and received an error message stating "No module found." What should I do?A: Make sure you have selected the correct kernel in your notebook. You need to use the remote kernel provided by the FPE server to import any of the FPE libraries. To verify your current kernel, hover over the kernel name in the top right corner of your opened notebook. |