Skip to content

Jupyterlite docs#631

Merged
thewtex merged 3 commits intoInsightSoftwareConsortium:mainfrom
thewtex:jupyterlite-docs
Mar 9, 2023
Merged

Jupyterlite docs#631
thewtex merged 3 commits intoInsightSoftwareConsortium:mainfrom
thewtex:jupyterlite-docs

Conversation

@thewtex
Copy link
Member

@thewtex thewtex commented Mar 8, 2023

No description provided.

thewtex added 3 commits March 8, 2023 05:33
git describe is not behaving as expected, only returns 1.0a7[...].
Add the dask-image wheel.

Suggest to always pre-install components because we need the
imjoy-jupyterlab-extension pre-installed.

A little refinement of the organization.

Add missing await to piplite call.
@thewtex thewtex requested a review from bnmajor March 8, 2023 15:45

# The full version, including alpha/beta/rc tags.
release = re.sub('^v', '', os.popen('git describe').read().strip())
release = re.sub('^v', '', os.popen('git tag --list "v1.0*" --sort=creatordate').readlines()[-1].strip())
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice!

Copy link
Collaborator

@bnmajor bnmajor left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks awesome, thanks!

@thewtex thewtex merged commit 8de8db0 into InsightSoftwareConsortium:main Mar 9, 2023
@thewtex thewtex deleted the jupyterlite-docs branch March 9, 2023 03:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants