![Oracle Drags Its Feet in the JavaScript Trademark Dispute](https://cdn.sanity.io/images/cgdhsj6q/production/919c3b22c24f93884c548d60cbb338e819ff2435-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
|build-status| |pypi-version| |pypi-status|
The Jupyter Notebook web application provides a graphical interface for creating, opening, renaming, and deleting files in a virtual filesystem. girder_jupyter <https://github.com/girder/girder_jupyter>
__ is a python package that implements a contents manager <http://jupyter-notebook.readthedocs.io/en/latest/extending/contents.html>
_
to allow Girder to become a backend for this virtual filesystem. This allows notebooks and files to be stored
in a Girder server from within Jupyter.
Install the package in the Python environment you are running your Jupyter server in:
.. code-block:: bash
pip install girder-jupyter
Add the following options to your :code:jupyter_notebook_config.py
.. code-block:: python
c.NotebookApp.contents_manager_class = 'girder_jupyter.contents.manager.GirderContentsManager'
c.GirderContentsManager.api_key = '<api key>'
c.GirderContentsManager.api_url = '<api url>'
Where :code:<api key>
is replaced with a Girder API key <https://girder.readthedocs.io/en/latest/user-guide.html?highlight=API%20Key#api-keys>
__ for the Girder server and :code:<api url>
is the URL to Girder instance you want
to use for example http://localhost:8080/api/v1.
api_url
- An API URL for the Girder server. Defaults to 'http://localhost:8080/api/v1'api_key
-A Girder API key <https://girder.readthedocs.io/en/latest/user-guide.html?highlight=API%20Key#api-keys>
__ key for the Girder server at :code:api_url
. The key should have read and write permission scope.token
- A Girder token for the Girder server at :code:api_url
. This parameter is particularly useful when running instances from JupyterHub.root
- The root in the Girder hierarchy to use as the content managers root. This path can include :code:{login}
which will be replace with the current users login. Defaults to :code:'user/{login}'
Note that either :code:api_key
or :code:token
must be provided for the contents manager to be able to
authenticate with the Girder server.
.. |build-status| image:: https://circleci.com/gh/girder/girder_jupyter.png?style=shield :target: https://circleci.com/gh/girder/girder_jupyter :alt: Build Status
.. |pypi-version| image:: https://img.shields.io/pypi/v/girder-jupyter.svg :target: https://pypi.python.org/pypi/girder-jupyter/ :alt: PyPI version
.. |pypi-status| image:: https://img.shields.io/pypi/status/girder-jupyter.svg :target: https://pypi.python.org/pypi/girder-jupyter/ :alt: PyPI status
FAQs
A jupyter content manager for Girder
We found that girder-jupyter demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.