This package has been deprecated

Author message:

this version has been deprecated

@towicode/jupyterlab_irods
TypeScript icon, indicating that this package has built-in type declarations

0.1.7 • Public • Published

jupyterlab_irods

IROD connection filemanager for jupyterlab. Contains both a backend server using python-irods and a frontend for managing content.

Currently supports the following features:

  • Add new text file or jupyter notebook file (only python3)
  • delete any file
  • rename any file or folder
  • open any file or jupyter notebook file
  • navigate through IRODS collection
  • save files
  • add new folder
  • Copy
  • Paste
  • Cut
  • Move
  • Download
  • Copy remote path

TODO:

  • Delete folder
  • Refactor python code a bit
  • example script with sessions
  • ?multiple irods connections

Prerequisites

  • JupyterLab

Installation

pip install jupyterlab_irods
jupyter serverextension enable --py jupyterlab_irods
jupyter labextension install @towicode/jupyterlab_irods

Development

For a development install (requires npm version 4 or later), do the following in the repository directory:

npm install
npm run build
jupyter labextension link .

To rebuild the package and the JupyterLab app:

npm run build
jupyter lab build

Package Sidebar

Install

npm i @towicode/jupyterlab_irods

Weekly Downloads

6

Version

0.1.7

License

BSD-3-Clause

Unpacked Size

37.7 kB

Total Files

17

Last publish

Collaborators

  • towicode