- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-14-2021 06:01 AM
I want to receive a package from Nexus repo both in notebook and job. If anyone has experience with this, please answer me here!
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-11-2021 11:18 PM
Nexus repo for the notebook you can use Notebook-scoped libraries with %pip with Use
%pip install
with the
--index-url
option. Secret management is available. See example.
from UI it is not supported Cluster libraries
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-11-2021 11:18 PM
Nexus repo for the notebook you can use Notebook-scoped libraries with %pip with Use
%pip install
with the
--index-url
option. Secret management is available. See example.
from UI it is not supported Cluster libraries

