GitHubスター
649
ユーザー評価
未評価
お気に入り
0
閲覧数
168
フォーク
110
イシュー
12
インストール方法
難易度
中級推定所要時間
10-20 分
インストール方法
インストール方法
前提条件
必要なソフトウェアとバージョンを明記してください。JupyterLab: 4.4.1
jupyter-collaboration: 4.0.2
ipykernel: 最新版
datalayer_pycrdt: 0.12.17
インストール手順
1. 環境のセットアップ
bash
pip install jupyterlab==4.4.1 jupyter-collaboration==4.0.2 ipykernel
pip uninstall -y pycrdt datalayer_pycrdt
pip install datalayer_pycrdt==0.12.17
2. JupyterLabの起動
bash
jupyter lab --port 8888 --IdentityProvider.token MY_TOKEN --ip 0.0.0.0
トラブルシューティング
よくある問題
問題: JupyterLabが起動しない 解決策: 必要なパッケージが正しくインストールされているか確認してください。 問題: MCPクライアントが接続できない 解決策: ポート設定が正しいか確認してください。作者情報
関連するMCP
mcp-for-beginners
10399
This open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, and Python. Designed for developers, it focuses on practical techniques for building modular, scalable, and secure AI workflows from session setup to service orchestration.
boilerplate-mcp-server
55
TypeScript Model Context Protocol (MCP) server boilerplate providing IP lookup tools/resources. Includes CLI support and extensible structure for connecting AI systems (LLMs) to external data sources like ip-api.com. Ideal template for creating new MCP integrations via Node.js.