Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can we install editors such as nano? #576

Closed
yutianwuldeo opened this issue Aug 28, 2024 · 3 comments
Closed

Can we install editors such as nano? #576

yutianwuldeo opened this issue Aug 28, 2024 · 3 comments

Comments

@yutianwuldeo
Copy link

It seems like in the default environment editor vi is available for use. Would it be possible to install another editor nano, which is easier to use? Thanks very much for considering my request!

Yutian Wu

@scottyhq
Copy link
Member

Hi @yutianwuldeo, thanks for raising this question. Unfortunately we don't have clear-cut guidelines for what to include and what not to :(

Are you using these images on the Pangeo JupyterHub or on your own infrastructure? You can always fork this repository to create customized images. I'd be curious to know how much extra space adding nano takes?

It looks like it is available from conda-forge, so you can either add it for a particular image (e.g. pangeo-notebook):
https://github.com/pangeo-data/pangeo-docker-images/blob/master/pangeo-notebook/apt.txt

Or for all images:

dependencies:
- python=3.12
- pangeo-notebook=2024.08.18
- pip

@mdsumner
Copy link

mdsumner commented Oct 1, 2024

about 0.5 Mb looking at the footprint on my ubuntu

actually 880K according to apt install

also vote for this, nano is a lifesaver

@scottyhq scottyhq mentioned this issue Oct 1, 2024
@scottyhq
Copy link
Member

Nano is now in pangeo-notebook 2024.10.11 and later

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants