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 5 years have passed since last update.

Azure Data Studio で Jupyter Books 活用

Posted at

概要

Jupyter Notebook はデータエンジニアまたはデータサイエンティストにとっては必須アプリです、その機能が Azure Data Studio に含まれているので、Azure Data Studioでのデータ作業が楽になります。更に PowerShell でのノートブック作成も楽です。
機能の履歴を確認している際、去年11月リリースアナウンスにて「Jupyter Book support」内容があったので、さっそく検証してみました。

image.png
https://cloudblogs.microsoft.com/sqlserver/2019/11/05/the-november-2019-release-of-azure-data-studio-is-now-available/

Azure Data Studio で Jupyter Books 活用

Azure Data Studioインストール

下記のリンクを参照してインストールしてください。
Download and install Azure Data Studio

image.png

Jupyter Books 作成

Python開発環境が必要です。

$ python3 -V
Python 3.7.4
$ pip3 install jupyter-book
$ jupyter-book create my-ads-notebooks
$ jupyter-book build my-ads-notebooks

Azure Data Studioから読み込み

Open Jupyter Bookアイコンをクリックします。
image.png

作成したmy-ads-notebooksフォルダを選択するとJupyter Book内容を確認できます。
image.png

Github Pageに公開

Jupyter BookはJelly形式で作られているのでGitHub Pageにそのまま公開できます。

Githubのリポジトリ作成と静的サイト化

下記の手順を参照してください。
GitHub Pagesを使って静的サイトを公開する方法

完成した画面

https://motojinc25.github.io/devops-notebooks
image.png

まとめ

ほしかった機能です。これから使わせて頂きます。
Thank you Yu(@AlanYuSQL)

2
1
1

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?