![Create React App Officially Deprecated Amid React 19 Compatibility Issues](https://cdn.sanity.io/images/cgdhsj6q/production/04fa08cf844d798abc0e1a6391c129363cc7e2ab-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Create React App Officially Deprecated Amid React 19 Compatibility Issues
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
jupyterlab_sage2
Advanced tools
A JupyterLab extension to integrate JupyterLab and SAGE2 into one scientific workflow.
A JupyterLab extension to integrate SAGE2 into the JupyterLab scientific workflow.
Three researchers using JupyterLab and SAGE2 together with the jupyterlab_sage2 extension.
The goal of this extension is to use SAGE2 with JupyterLab to integrate existing data science workflows into the collaborative software.
2.0.327
or newer to use this JupyterLab functionality.This extension to JupyterLab allows a user to simultaneously connect to multiple SAGE2 servers and share JupyterLab content with SAGE2, including:
From the JupyterLab launcher, open the SAGE2 widget under "Other." Once the SAGE2 Widget is opened, a server connection can be created by clicking the green '+' button and entering the server Address. A Server Name can be specified in order to more easily refer to a server later.
The plugin displays current server connections -- these connections are persistent whether or not the widget is open. The gold star indicates a 'favorite' SAGE2 server, or a server which you will be using more frequently.
When a Notebook is open, the Notebook or a selected cell output may be sent to SAGE2 through the main menu. Sending a Cell/Notebook to 'Favorite' sends the content to the Favorited server, while sending content to '...' opens a dialog in which a user may choose one of the SAGE2 connections to send to.
Notebooks are sent to SAGE2 and rendered using nbviewer. Notebook cells are rendered as images and automatically updated when a cell is re-run.
jupyter labextension install jupyterlab_sage2
For a development install (requires npm
version 4 or later), do the following in the repository directory:
npm install
jupyter labextension link .
To rebuild the package and the JupyterLab app:
npm run build
jupyter lab build
To try JupyterLab with SAGE2, use the sage2/jupyterlab-datascience-notebook
Docker image. This image is built FROM
the jupyter/datascience-notebook
and includes Python 3, R, and Julia as well as a variety of data science packages.
docker pull sage2/jupyterlab-datascience-notebook
docker run -it --rm -p 8888:8888 sage2/jupyterlab-datascience-notebook:latest start.sh jupyter lab
The -p 8888:8888
maps the external port to the docker port: -p external:internal
. If you would like to select a different port to access Jupyterlab use -p yourport:8888
.
When starting the docker image, the console will give a JupyterLab url with an access token. To access JupyterLab, navigate your webpage to http://yourhostname:yourport/?token=yourtoken
.
For more information on the jupyter/datascience-notebook Docker image, visit: https://github.com/jupyter/docker-stacks/tree/master/datascience-notebook
In the future, we plan to support more content types and methods of sending data from JupyterLab to SAGE2, as well as implement a file browser for JupyterLab which allows access to SAGE2 files in the JupyterLab workspace.
Please direct any issues or bug reports to the repository's Issues.
If you would like to contribute, submit a Pull Request.
FAQs
A JupyterLab extension integrating the Jupyter data science workflow with the SAGE2 collaborative system.
The npm package jupyterlab_sage2 receives a total of 3 weekly downloads. As such, jupyterlab_sage2 popularity was classified as not popular.
We found that jupyterlab_sage2 demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.