Skip to main content
Sign in
Snippets Groups Projects
Select Git revision
  • master
1 result

juxl

  • Open with
  • Download source code
  • Download directory
  • Your workspaces

      A workspace is a virtual sandbox environment for your code in GitLab.

      No agents available to create workspaces. Please consult Workspaces documentation for troubleshooting.

  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.

    Juxl

    Juxl is the heart of the Juxl environment. It provides the Juxl Logging Interface.

    It does not log any statements by itselft.

    Instead it relies on Juxl-extensions such as @juxl/logging to provide statements and Juxl-extensions such as @juxl/log-console to visualize those statements.

    Note

    The difference between @juxl/juxl vs @juxl/juxl-extension:

    @juxl/juxl provides the Juxl Lunino token while @juxl/juxl-extension provides a concrete implementation of the Lumino token. This concept decouples the actual implementation and interface and is a core concept of Jupyter Lab extensions. Since all Juxl-extensions only depende on the interface (@juxl/juxl), the implementation (@juxl/juxl-extension) can be substitued by another implementation You can read more about Jupyter Lab Tokens at the offical documentation

    Note

    Make sure To read the :ref:`getting-started-components` first to get an overview about how the different components work together.