Plugin for using Python in an Nx Workspace
NxPy: Nx Python plugin This project was generated using Nx. The nx-python plugin allows users to create a basic python application using nx commands. To add the plugin to your project, just follow these steps: Getting started Create a Nx Workspace Before installing the nx-python plugin, it is required to have a pre-configured Nx Workspace . If you don’t, then proceed to create a new one executing the following command: npx create-nx-workspace python-workspace –preset=empty –cli=nx –nx-cloud true cd python-workspace Install […]
Read more