Security News
GitHub Removes Malicious Pull Requests Targeting Open Source Repositories
GitHub removed 27 malicious pull requests attempting to inject harmful code across multiple open source repositories, in another round of low-effort attacks.
@jlab-enhanced/favorites
Advanced tools
Add the ability to save favorite folders to JupyterLab for quicker browsing
Add the ability to save favorite folders to JupyterLab for quicker browsing.
python -m pip install jupyterlab-favorites
python -m pip install "git+https://github.com/jupyterlab-contrib/jupyterlab-favorites@v3.0.0#egg=jupyterlab_favorites"
git clone https://github.com/jupyterlab-contrib/jupyterlab-favorites.git
cd jupyterlab-favorites
pip install .
conda
environment with JupyterLab 3.x installedgit clone https://github.com/jupyterlab-contrib/jupyterlab-favorites.git
cd jupyterlab-favorites
pip install -ve .
This copies the frontend code for the extension into JupyterLab.
To keep the source code synced with JupyterLab, you can run the following:
jupyter labextension develop --overwrite .
To rebuild the extension manually after each change::
jlpm run build
To automatically rebuild after each change, run in a separate terminal:
jlpm run watch
NPM install
jupyter labextension install jupyterlab-favorites@2.0.0
Via NPM:
jupyter labextension install jupyterlab-favorites@1.0.0
Or use the tagged 1.0.0 release at: https://github.com/jupyterlab-contrib/jupyterlab-favorites/tree/v1.0.0
Download Firefox browser if not already installed: https://www.mozilla.org/en-US/firefox/new/
Install Selenium:
conda install -c conda-forge selenium
Install Pytest:
conda install -c anaconda pytest
Change directory to this repo after cloning
cd yourfolder/jupyterlab-favorites
Running test script:
./run_tests.sh
This will open jupyter lab and run available tests. Note: You will need to run in a clean jupyter environment (without existing favorites files)
FAQs
Add the ability to save favorite folders to JupyterLab for quicker browsing
The npm package @jlab-enhanced/favorites receives a total of 1 weekly downloads. As such, @jlab-enhanced/favorites popularity was classified as not popular.
We found that @jlab-enhanced/favorites demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 11 open source maintainers 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
GitHub removed 27 malicious pull requests attempting to inject harmful code across multiple open source repositories, in another round of low-effort attacks.
Security News
RubyGems.org has added a new "maintainer" role that allows for publishing new versions of gems. This new permission type is aimed at improving security for gem owners and the service overall.
Security News
Node.js will be enforcing stricter semver-major PR policies a month before major releases to enhance stability and ensure reliable release candidates.