jupickhr#
docs |
install |
extend |
demo |
|---|---|---|---|
pikchr text-based diagrams for JupyterLab, etc.
features#
supports writing and rendering
pikchrin:pikchrfenced code blocks in.ipynbcells and.mddocumentsrich display for the
text/x-pikchrMIME typeOpen With… ⯈ Pikchr for
.pikchrtext documentsjupickhr.widget.Pikchrfor live updating
generates:
portable
imgtags (with fixed up special entities and fonts)these can be drag-and-dropped directly into other tools, like ipydrawio
inline SVG
light, dark and autodetected themes
install#
pip install jupikchr "jupyterlab>=3.4,<4"
or
mamba install -c conda-forge jupikchr "jupyterlab>=3.4,<4"
or
conda install -c conda-forge jupikchr "jupyterlab>=3.4,<4"
If you want to integrate with, or just hack on,
jupikchritself, try the development installation steps.
how it works#
in the browser
pikchrsource and metadata is found:in Markdown by jupyterlab-markup
in
text/x-pikchrrich display outputsin the Jupyter widget
a WebWorker is started which loads the
pickchrC executable, compiled to WebAssemblythese are vendored directly from fossil’s pikchrshow
the resulting HTML is either displayed directly, or embedded inside a portable
imgtagin the case of rich outputs, the
text/htmldisplay type is also stored inside the output as a fallback, e.g. fornbconvert
history#
0.2.0#
removed dependency on
jupyterlab 3note: this doesn’t mean it will “just work” with JupyterLab 4
add basic syntax highlighting with
@deathbeds/codemirror-pikchrvendor
pikchr.wasmfrom fossil 2.20widget
rename
darktodark_modeadd
css_class
document
add toolbar with buttons for
fitandtag
mime
fallback
text/htmloutputs get populated after rendering in the browsermetadata
rename
darktodarkModeadd
cssClass
0.1.0#
initial release
roadmap#
improve quality with tests
show in-Lab syntax reference
render in static
nbconvertexportsrender in static
sphinxexportsprovide a language server with completion
contributing#
PRs welcome! Help is needed on both the Python and TypeScript side to bring
pickhrdiagrams to more of the Jupyter ecosystem! See the roadmap for known tasks.
setup#
Get Mambaforge
mamba env update --file .binder/environment.yml
source activate jupikchr
doit#
List all available tasks:
doit list
Hint
optionally pass --deps to see which files would trigger running
Get up to a working state with:
doit binder
Get ready for a release:
doit
Hint
doit by itself just runs every task
Code of Conduct#
We adhere to the Jupyter Code Of Conduct
open source#
BSD 3-Clause License
Copyright (c) 2022, jupikchr contributors
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
* Redistributions of source code must retain the above copyright notice, this
list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above copyright notice,
this list of conditions and the following disclaimer in the documentation
and/or other materials provided with the distribution.
* Neither the name of the copyright holder nor the names of its
contributors may be used to endorse or promote products derived from
this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.