jupyterlite / jupyterlite/javascript-kernel
0.3.0 does not depend on `jupyterlite-core`
- Ngôn ngữ chính
- TypeScript
- Star
- 15
- Fork
- 6
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
## 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
Hướng dẫn đóng góp
Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này
Đánh giá
Issue này chưa được đánh giá.