Jupyter enterprise gateway kernel configuration download link not working. Error 404: Not Found

I am trying to download the Jupyter enterprise gateway kernel configuration from following link “wget https://github.com/jupyter/enterprise_gateway/releases/download/v2.0.0.dev2/jupyter_enterprise_gateway_kernelspecs-2.0.0.dev2.tar.gz”. This link is not working , givving error 404: Not Found. The link is mentioned in the jupyter-enterprise-gateway documentation - “https://jupyter-enterprise-gateway.readthedocs.io/en/latest/getting-started-kernels.html”.

Could anyone share me the alternative link or guide me where from i can download the default kernel configuration.

@Arindam - I apologize for not responding sooner (need to better configure my ‘watching’)!

You’re best-off going to the releases page and using the links relative to those resources. At the moment 2.0.0rc1 is the latest “release”.

For your specific example, the following should work:

wget https://github.com/jupyter/enterprise_gateway/releases/download/v2.0.0rc1/jupyter_enterprise_gateway_kernelspecs-2.0.0rc1.tar.gz

We need to figure out how to better expose resources within our documentation since latest doesn’t really correspond to physical versions (like 2.0.0.dev2) unless you build them yourself. In addition, I see that the readthedocs relative to released versions > 1.x are not working. Had those been working, you could pull up the release-specific version of the docs (e.g., v1.1.0) and those links should work.

@Arindam Thanks for the feedback, I understand the user experience can be simplified here to give a user a much simpler way to install and customize the sample kernelspecs deployed on a given system for a given platform.

Based on that, I have created a few issues:
-Enhance kernelspec installation user experience
-Enable kernelspec customization by converting them to Jinja2 templates

Please feel free to provide your feedback on the issues, and also we welcome others contributions into these items.

Thanks @kevin-bates @lresende

I download 2.0.0rc1.