You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are no instructions in the CONTRIBUTING.md for setting up development environment using yarn or npm. It does mention them but goes on to give instructions about mamba only. I came here many times but the only thing that's kind of annoying is mamba... I don't like mamba and have yarn and npm set up on my machine.
Proposed Solution
Please add instructions for yarn and npm as some users prefer those tools to mamba.
The text was updated successfully, but these errors were encountered:
riyanswat
changed the title
Add guidelines for setting up development environment using yarn and npm
Add guidelines for setting up development environment using yarn and npm in CONTRIBUTING.md
Sep 3, 2023
This repository includes a Jupyter Server extension which is written in Python. And when working on a Python project it is highly recommended to create a new virtual environment to better isolate changes and packages.
The docs mention mamba as one way to create such environment. But we could also mention using the venv module for creating the virtual environment if you think that would be useful?
I've addressed this issue by adding instructions for setting up a development environment using yarn and npm in the CONTRIBUTING.md file. This should provide a more inclusive approach for contributors who prefer these tools over mamba.
I understand the importance of creating a Python virtual environment, especially since this repository includes a Jupyter Server extension. To accommodate different preferences, I've included instructions for creating a virtual environment using the venv module as well.
I hope this helps make the onboarding experience smoother for a wider range of contributors. Please feel free to review the pull request, and your feedback is greatly appreciated.
Problem
There are no instructions in the CONTRIBUTING.md for setting up development environment using
yarn
ornpm
. It does mention them but goes on to give instructions aboutmamba
only. I came here many times but the only thing that's kind of annoying is mamba... I don't like mamba and have yarn and npm set up on my machine.Proposed Solution
Please add instructions for
yarn
andnpm
as some users prefer those tools tomamba
.The text was updated successfully, but these errors were encountered: