2
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

Arch LinuxにJupyterLab Appをインストールする方法

Posted at

概要

JupyterLab Appとは、Jupyter Notebookをデスクトップアプリとして利用できるようにしたアプリケーションです。

jupyterlab/jupyterlab_app: A desktop application for JupyterLab, based on Electron.

1*ZbqjB3evW_yB_SKFjqliWA.png

このアプリケーションはLinuxにも対応していますが、現在はDebian系とRedHat系しかパッケージが提供されていません。

この記事ではdebパッケージをArch Linuxで利用できる形式に変換する方法を説明します。

変換方法

変換にはdebtapが必要なのでインストールします。

yay -S debtap

次にdebパッケージを変換します。

debtap JupyterLab-Setup-Debian.deb

変換すると、zstファイルが作成されますので、これをpacmanコマンドでインストールします。

sudo pacman -U jupyterlab-app-3.1.13-1-x86_64.pkg.tar.zst

起動

正常にインストールされていれば、JupyterLabというアプリケーションがあるはずです。これを起動します。

起動すると下記のようなアプリが立ち上がれば成功です。この方法でdebパッケージしか提供されていないものでもArch Linuxで使えるようにできます。

image.png

2
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?