jupyterlite / jupyterlite/javascript-kernel

0.3.0 does not depend on `jupyterlite-core`

オープン
#15 コメント 2 件 リアクション 0 件 担当者 0 名 GitHub で見る
bug
主要言語
TypeScript
スター
15
フォーク
6
PR マージ指標
30日以内にマージされた PR はありません

説明

## Description

This does not have PEP 621 dependencies on `jupyterlite-javascript-kernel`

## Reproduce

Given:
```yaml
# environment.yml
channels: [conda-forge]
dependencies:
- python
- pip
- pip:
- jupyterlite-javascript-kernel
```

Then
```bash
mamba upgrade --file environment.yml --prefix .venv
source activate .venv
pip list | grep jupyter
```
See:
```
jupyterlite_javascript_kernel 0.3.0
```

## Expected behavior

```
jupyter_core x.x.x
jupyterlite-core 0.3.0
jupyterlite_javascript_kernel 0.3.0
```

## Context

- https://github.com/conda-forge/jupyterlite-core-feedstock/issues/22
- https://github.com/conda-forge/staged-recipes/pull/26440

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。