Skip to content
This repository was archived by the owner on Feb 14, 2024. It is now read-only.

Development build instructions are broken #70

Open
@omert

Description

@omert

There are some issues with the development build instructions. Some are mistakes, and others are places where the instructions might be more helpful.

Here are the current development build instructions, with issues interspersed.

# Clone the repo to your local environment
# Change directory to the jupyterlite_xeus_python directory

Changing into this directory makes the next command not work.

# Install package in development mode
python -m pip install -e .

# Link your development version of the extension with JupyterLab
jupyter labextension develop . --overwrite

This requires jupyter to be installed. What is the best way to do that? Should conda be used, and if so how?

# Rebuild extension Typescript source after making changes
jlpm run build

# Watch the source directory in one terminal, automatically rebuilding when needed
jlpm run watch
# Run JupyterLab in another terminal
jupyter lab

What if we we want to run jupyterlite rather than Jupyter?

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentation

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions