Skip to content

Commit

Permalink
fix (binder): new configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
santanche committed Aug 5, 2021
1 parent 6ba6913 commit 075849c
Show file tree
Hide file tree
Showing 11 changed files with 55 additions and 1,249 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Jupyter Notebook
.ipynb_checkpoints
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Todos os exemplos no diretório `notebook` são preparados para o ambiente Jupyt
# Acionando os Notebooks via Binder

* Última versão testada e estável:
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/santanche/component2learn/v1.0.0)
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/santanche/component2learn/v1.1.0)

* Última versão disponível:
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/santanche/component2learn/master)
Expand Down
5 changes: 5 additions & 0 deletions binder/environment.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
name: beakerx
channels:
- conda-forge
dependencies:
- numpy
File renamed without changes.
23 changes: 23 additions & 0 deletions binder/old/postBuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
#!/bin/bash

###############################################################
# jupyter/jupyterlab extensions/kernels #
###############################################################

# Beaker installation and extension setup
beakerx install
jupyter labextension install @jupyter-widgets/jupyterlab-manager --no-build
jupyter labextension install beakerx-jupyterlab --no-build

# Table of contents Jupyter Lab Extension
jupyter labextension install @jupyterlab/toc --no-build

# Git Jupyter/Lab extension
jupyter labextension install @jupyterlab/git --no-build
jupyter serverextension enable --py jupyterlab_git

# Github Jupyter Lab extension
jupyter labextension install @jupyterlab/github --no-build

# Building everything up for jupyterlab extensions
jupyter lab build
File renamed without changes.
File renamed without changes.
24 changes: 1 addition & 23 deletions binder/postBuild
Original file line number Diff line number Diff line change
@@ -1,23 +1 @@
#!/bin/bash

###############################################################
# jupyter/jupyterlab extensions/kernels #
###############################################################

# Beaker installation and extension setup
beakerx install
jupyter labextension install @jupyter-widgets/jupyterlab-manager --no-build
jupyter labextension install beakerx-jupyterlab --no-build

# Table of contents Jupyter Lab Extension
jupyter labextension install @jupyterlab/toc --no-build

# Git Jupyter/Lab extension
jupyter labextension install @jupyterlab/git --no-build
jupyter serverextension enable --py jupyterlab_git

# Github Jupyter Lab extension
jupyter labextension install @jupyterlab/github --no-build

# Building everything up for jupyterlab extensions
jupyter lab build
conda install beakerx
Loading

0 comments on commit 075849c

Please sign in to comment.