Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Ibis tutorial repository

NotificationsYou must be signed in to change notification settings

ibis-project/ibis-tutorial

Repository files navigation

Previous iterations of this tutorial have been given at:

Join our Zulip!

The Ibis team uses Zulip to answer questions and chat! You can join using thisinvitation link:

https://ibis-project.zulipchat.com/join/3pri2odw4bt4764icmphtdv6/

Codespace Setup

This tutorial is designed to be run via GitHub codespaces.

First, create a codespace in the repository:

Then, click back to the repo tab, and then selectOpen in JupyterLab

Local Setup

You can also run the tutorial locally! To do so, you'll want to create avirtual environment and then install the tutorial dependencies using one of thetools below:

Clone this repository

git clone https://github.com/ibis-project/ibis-tutorial.gitcd ibis-tutorial

Install dependencies

We recommend usingpixi, orconda /mamba, butpip works, too!

pixi

The first time you run this it should download all the required dependencies.

pixi shell

conda / mamba

mamba env create -f environment.yml

pip

python -m pip install -r requirements.txt

Contributors4

  •  
  •  
  •  
  •  

[8]ページ先頭

©2009-2026 Movatter.jp