jupyter-jupytext-jupyterlab-1.1.1-bp155.2.12 >  A dk[I%z gF}VKAb! & 2bDg廀˷V2*%Eq2OKnC52eJYUQ]Bh6½aS&kqn=ٴL,TcBqߗ6^AFwR%G< qf:Hr@yw~iPeAh*E<˃x%g ,sEԄ94\(`?}#~IwX9@PӮ>32S| ]]LWn@fEDWnd{ {Y!![vn * >$.ಥ8-R;9F֮e9}7LR~]4a,'^ \5@|bQZ`9rrq;4!lD0Ör'J~61 si.U2?G:|!`%B!OxqsXJ4Dٚ*0뚏r+c5bc0b8f26efee44f12843d056ddfc8f43ae89523f1c4482cd8cbe5f7ac3000cafad49a840053b855c3bef3a7b7587e2aeca4c6bF܉dk[I%z LыK{uq]C_RabwdYviKohAO2Y}k1;oxD 0!(CK&} dzS%R9-7m3pҡ*.Դ$EҬwX7DBVOQbߋ7 ь”p|e{*~ÏP_8eNEݕ!D´`nvТfr={} (xoN!9RدxּstfIclmbW!*bb/n{5yȟ͈& ?0^- ddPqT.HQkKIG/޸jMvZn[' ʜ-B(6痄Et:D=ȧ;BsHɗhԷR@2dg(O,K}J_bh̠1#yW 3FiUJSGSSp>p;+?+|d$ / b<@HLirv       (89:F(pG(H(I(X(Y(\(](^)b)oc*d*e*f*l*u*v*z++,+0+6+xCjupyter-jupytext-jupyterlab1.1.1bp155.2.12Tool to convert Jupyter notebooks to other formatsJupytext can save Jupyter notebooks as: * Markdown and R Markdown documents, * Julia, Python, R, Bash, Scheme, Clojure, Matlab, Octave, C++ and q/kdb+ scripts. This package provides the JupyterLab extension.dk[lamb52SUSE Linux Enterprise 15 SP5openSUSEMIThttps://bugs.opensuse.orgDevelopment/Languages/Pythonhttps://github.com/mwouts/jupytextlinuxnoarchEA큤^{dk[^m47a3bea7c491395de3eb108d71ebd56a6cad670d64e75376934978f457b8cf33473bc07219f495a6643094019fd507e31494fa88bcc01536f52d4cb0c0745a58rootrootrootrootrootrootpython-jupytext-1.3.4-bp155.2.12.src.rpmjupyter-jupytext-jupyterlab    jupyter-jupyterlabpython3-jupytextrpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)1.3.43.0.4-14.6.0-14.0-15.2-14.14.3^S]@]ʞ]P@\\8Todd R Todd R Todd R Todd R Todd R Todd R - Update to version 1.3.4 + Added * C# and F# Jupyter notebooks are now supported + Fixed * `jupytext --to script *.ipynb` now computes the script extension for each notebook * Fix shebang handling for languages with non-# comments, by Jonas Bushart * Indented bash commands are now commented out * The main formats are documented in `jupytext --help` - Update to version 1.3.3 + Added * Jupytext has a logo! Many thanks to Kyle Kelley for contributing the actual logo, and to Chris Holdgraf for suggesting this. * Nested metadata filtering is now supported! You can use this to rid of `jupytext_version` if you wish. + Fixed * Code cells in the Markdown format can contain triple backticks inside multiline strings. * Changes in the YAML header when running `jupytext --test` on text files are ignored. - Update to version 1.3.2 + Fixed * The `--pre-commit` mode now ignores non-notebook files in the index. * `nbformat_minor` is taken from the notebook with outputs When inputs and outputs are merged. - Update to version 1.3.1 + Added * New `nomarker` format in the Jupyter Notebook and JupyterLab extensions + Changed * The `normarker` format replaces the one previously named `bare`. + Fixed * Multiline strings are now accepted in the YAML header. Fix contributed by ZHUO Qiang. * Fixed the instructions on how to use multiline comments for all Markdown cells in the py:percent format, by ZHUO Qiang. * Added `cd` to the list of magic commands. * Do not read paired files when `--set-formats` is being used. - Update to version 1.3.0 + Added * Pairing a notebook to both `.md` and `.py` is now supported. Input cells are loaded from the most recent text representation * Both the Jupyter Notebook and the Jupyter Lab extension for Jupytext were updated * Raw cells are now encoded using HTML comments (`` and ``) in Markdown files * Markdown cells can be delimited with any of ``, `` or `` * Code blocks from Markdown files, when they don't have an explicit language, appear in Markdown cells in Jupyter * Code blocks with an explicit language and a `.noeval` attribute are inactive in Jupyter * Markdown and raw cells can be quoted with triple quotes in the `py:percent` format. And Markdown cells can start with just `# %% [md]` * The light format uses `# + [markdown]` rather than the previous `cell_type` metadata to identify markdown cells with metadata * Explicit Markdown cells in the light format `# + [markdown]` can use triple quotes * IPython magic help commands like `float?` are classified as magics, and thus commented in Python scripts * Cell metadata can be encoded as either `key=value` (the new default) or in JSON. An automatic option `cell_metadata_json` should help minimize the impact on existing files * R Markdown hidden inputs, outputs, or cells are now mapped to the corresponding Jupyter Book tags by default * The notebook metadata filter is automatically updated when extra keys are added to the YAML header * The Jupyter Notebook extension for Jupytext is compatible with Jupyter Notebook 6.0 * `jupytext notebook.py --to ipynb` updates the timestamp of `notebook.py` so that the paired notebook still works in Jupyter * `jupytext --check pytest notebook.ipynb` can be used to run test functions in a notebook * `jupytext --check` and `jupytext --pipe` can run commands that only operate on files: when `{}` is found in the text of the command, `jupytext` saves the text representation of the notebook in a temp file, and replaces `{}` with the name of that file before executing the command. * Documented how to sync notebooks in a pre-commit hook * Added support for Rust/Evxcr, by Jonas Bushart * Added support for [Robot Framework](https://robots-from-jupyter.github.io/), by Asko Soukka * Added support for PowerShell + Changed * Use `CHANGELOG.md` rather than `HISTORY.rst` + Fixed * Commands like `cat = x` are not magic commands, so they are not commented any more * Fixed an inconsistent round trip (code cell with `"cat"` being converted to a markdown cell) in the `py:light` format * `jupytext --test textfile.ext` now really compares the text file to its round trip (rather than the corresponding notebook) * Markdown cells that contain code are now preserved in a round trip through the Markdown and R Markdown formats * Code cells with a `%%python3` cell magic are now preserved in a round trip through the Markdown format * `jupytext --execute` runs the notebook in its folder * Strings in the metadata of code cells are quoted in the Rmd representation. And we escape R code in chunk options with `#R_CODE#`- Drop python2 support due to python-notebook dropping python2 support- Update to 1.2.4 + Improvements * The documentation includes a mention on how to set metadata filters at the command line * Jupytext will not catch any error when the flag ``--warn-only`` is not set + BugFixes * Now the flag ``--warn-only`` catches every possible error * ``.md`` and ``.markdown`` files are treated identically * Fixed ``--set-kernel`` when using pipes * Fixed utf-8 encoding on stdout on Python 2 - Update to 1.2.3 + BugFixes * Dependency on ``setuptools`` in ``pandoc.py`` made optional to fix the build of the conda package - Update to 1.2.2 + Improvements * Documentation includes a section on how to use Jupytext as a Python library * Mention of the server extension in the documentation * Text notebooks can be tested with `jupytext --execute notebook.md` * The default value of `as_version` in `jupytext.read` is `nbformat.NO_CONVERT`, as for `nbformat.read` * Jupytext tests are now included in sdist + BugFixes * Fixed the download notebook error when `c.notebook_extensions` has a custom value * Fixed the usability of the `fmt` argument in `jupytext.read` * String delimiters in commented text are now ignored- Update to 1.2.1 + Improvements * Added documentation on how to use Jupytext with JupyterLab 0.35 * and on using Jupytext with the pre-commit package manager * The `read` and `write` functions are easier to use + BugFixes * Jupytext now ships the ``jupyterlab-jupytext`` extension in version 1.0.2. The version 1.0.1 erroneously introduces a `target_formats` metadata in the jupytext section, instead of `formats`, and works only after two clicks. - Update to 1.2.0 + Improvements * New ``--execute`` option in Jupytext CLI * The ``--set-formats`` option in Jupytext CLI also triggers ``--sync``, allowing shorter commands. * ``jupytext``'s ``read`` and ``write`` functions can be used as drop-in replacements for ``nbformat``'s ones. * ``jupytext --sync`` will now skip unpaired notebooks. * The JupyterLab extension was updated. It now works on on text filesand has a new option to include (or not) the metadata in the text representation of the notebook. * Jupytext's contents manager class is derived dynamically from the default CM class for compatibility with ``jupyter_server`` * Removed dependency on ``mock`` and ``testfixtures``, thanks to Jean-Sebastien Dieu * Added support for `.markdown` extension + BugFixes * The ``jupyterlab-jupytext`` extension shipped with the python package is in version 1.0.1, and is compatible only with JupyterLab >= 1.0. If you use an earlier version of JupyterLab, please install the version 0.19 of the extension with ``jupyter labextension install jupyterlab-jupytext@0.19`` * Text files can be unpaired - Update to 1.1.7 + Improvements * Added support for Scala notebook, by Tobias Frischholz * Added a getting started notebook for jupytext (and Binder), by Chris Holdgraf * The Markdown and R Markdown representations are now tested for all the languages * The Jupytext notebook extension also works when the notebook is a text file + BugFixes * The Jupytext Menu in Jupyter Notebook is now compatible with ``jupyter_nbextensions_configurator`` * Entries in the Jupytext menu are updated when the menu is hovered on * Fixed link to ``.md`` files in the documentation - Update to 1.1.6 + Improvements * Jupytext now supports Javascript and Typescript, thanks to Hatem Hosny * Jupytext works with Python 3.8 as well + BugFixes * Fix global ``auto`` pairing - Update to 1.1.5 + BugFixes * Fixed implicit dependency on ``jupyter_client`` - Update to 1.1.4 + Improvements * New argument ``--set-kernel`` in Jupytext command line * Jupytext now accepts ``--to script`` or ``--to auto`` * Jupytext now has a real Sphinx documentation on `readthedocs `_, thanks to Chris Holdgraf + BugFixes * Invalid notebooks may cause a warning, but not a fatal error * Jupyter server extension leaves the contents manager unchanged if it is a sub-class of Jupytext's CM * Fixed format inference when metadata is present but not format information * Preserve executable and encoding information in scripts with metadata- Make it explicit which version number to use.- Initial versionlamb52 16847574091.1.1-bp155.2.12jupyterlab-jupytext-1.1.1.tgzjupyter-jupytext-jupyterlabLICENSE/usr/share/jupyter/lab/extensions//usr/share/licenses//usr/share/licenses/jupyter-jupytext-jupyterlab/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.opensuse.org/openSUSE:Backports:SLE-15-SP5/standard/a30915f9185baf149c9d380247297150-python-jupytextcpioxz5noarch-suse-linuxPOSIX tar archive (gzip compressed data, from TOPS/20)directoryASCII text, with CRLF line terminatorsz[l wdvzutf-8a991254d255e43124b64f6b3db9857ad16749d6f9f587aa406fd0069b2d76c74?P7zXZ !t/o8] crv(vX0V"MyglOHWNg i3eTDg"YQV|_@v40=p v`ak!t5l WzSdV:(GW4uWy43Tvj[lwZ| +NF̓' u rO"#@$fD%CϥA Ӎŗ<Y:g4 Kt"}7xK yͣoFa44&GȞ*@t>] jYK@Ki0]qQo`a~﫜8$d;7l+d/Ex&t$bM!{]~Z pof|?OzҩiWI_E@9/w' pi؟Xpd E<8FK>t9]84DDldRw@d=20 Nf UEh0^2˟^([I,Me%fwaocfa.xBXd]ρu ag1vK4&@N o` X_in\@t5 ZeW:bxI:eARâGEfޖ9l! ټa:33ݽ3:+{vs"V@gU~!V)}~҇TiCS3wFHEU \ AxNd_[ 1; 1͒Bj<9-Gim/@SW 3zPE[{1wFv>ww8;< LUztw; NɅ8u4 5"s֦\oX{~j-Ne@PK zsl|(.gl:Ff΂!#|o0=7gQi5=,`1gx0n5F}6nJ~칎b 6ģD^VUXjј &$s_e*s 9 rqpR +#V4Li4w7Z,r=kL==5,St.9͂ŴIG#c_ ILH/q 3vڄ @8~NYk, _ X&GWqNmv!TyuC4W.u*UVI<.3`{-nw~FZUPX!3v1Q3I ĩkFEQ !_ NJ$'!`GWHhׯ&c3*@j"unRNAE.;Y0!'[C #^#Y"G4OTjYX)jj=Wy)$!RXe(W4`}{kPKfCCV->u^n5HzF  xC {gLr4eaMPLC9Uq'iw> L2orB`k(-Lv^LXp7ܺOuC@J=&+4v̙c 5Goc_a hgnj AJLޚh>$=.KjW(ּ'k! tO>cs8inkҏxUv,EW'ج@jD p+5k\&v@'Yk@̬4w'nJ|7ڳn3.qձWe#OD&Üsj] :׋ɏ(Q2'H]J$CϞ4,0<.?7oX%_`@eyM_ݐ[Jj"qJr 㐰nuFkq/ f )2@G2ݞ8 _ |)@,&Qޅ@0qpHF=Y$A倍h!u^ ! @Ij}9brڛ^I#3Z1)0+'qhxXNg$%E q|S> I$x} iu4YBgn|R%-/Jc34_+QO%m*k1YvjZƈt r<IK^6@?- B*Cb8?*W|X۪f R<9* {ub,J`q8&kJJwhuIEv-[x״\;&78V Ja5f٧7u|'YAF'&syp82Mg N%`&||޹Em+rSs΂.,zh[e \P#ƛBW1a8/zHGU~tTe{s־(kxPwܡ 51%y?0 b^Z\W^siLǒ <6-L+\#fS/1 J|=O̎~VJ,(lީmeZ]E=CaQn,Tyܙ!L5{tf)ag/p7~OU0 {.q m D:6$!9:K!mRg]diF\J2h}+|< fw3#nE a*WzSz0QTot})`Fjp^jҦ:.-ߡb>iNx@ ~.lz!/&U{JÙ8N&px؜$h OxyΩ)>M?/D魕$#mLiV u⮇|swTHpFL QK"ŕv6zGT`,݆:X:#UFU BNg˖gF8U~nWd<+V{*\H?#T "_+x"E/nIc:r &{i }e.\<78I;Ҩ..8qz11}Y4;}>db涰yQ?JLf8`x)lU#$M2YfjGH_> OPYI+iSi]g8cF8`MS 5;:Gr걤@YfI?NaVS_tgK3Vni+՗IxSD‹G%PP}Zu{uKmJ*FJT,`s%> qwi ~%T) 4&?䞚IJ:Ks,3Ux~}?J 2a1XKa?|}<ŋ"veLlknṫׅ J`HVOt;sTOgj [66}.&݇N˼UZ]` (59_?AlҠX$QoW % I/jf HTzسԤ|ߧc%%wkD+h4y5w9,j`T-ػ(0|#UӸ6lx\KG+a VRG<>|+9PX lK$hLA"_S ƁE @ɕ6 m/:>n!HgA];)tl۹p*b{nE<ѻwI+~/,k:5JГG,!0;Fk<&}h]823͇R! S5*W-6, f_kx!>Z'J+t*|]2,ޯWqAƂ(.d임U1 xwcY>VZC+>sD: CCf[U|^gW`)+j^:nWzD1ӝTdH>~+'C pek[kpUl{]Lt=MmЍ0k'"$FOSpju9OI.pBH]ƸE$f;>e߄8)&͛oNqtU{`Mk@W^']b.a>l(%7O Iq ec \;5}Zq{8BՍ}bmeў~