Questions tagged [mybinder]
17 questions
1
vote
0 answers
Jupyterlab-dash needs to be included in built on Binder but then throws an error
I am trying to launch a Binder rep and import JupyterDash into it.
The Binder built worked.
In my Binder rep
enter link description here
My yml is:
name:…

Ormetrom2354
- 315
- 3
- 11
1
vote
1 answer
Widgets run perfectly in Jupyter Notebook, but do nothing in Voila
I have several buttons which generate images. All work perfectly in Jupyter Notebook, but when I click Voila, and click the buttons, nothing happens. The first button works, but the code is very similar to run other models, yet the other buttons do…

JustTryingMyBest
- 21
- 4
1
vote
1 answer
How does one add a binder badge to a document so it is visible as an image?
mybinder.org allows interactive notebooks to be created from repositories. One can create a badge which acts as a link to launch the interactive notebook using mybinder. This badge image is visible in the readme file of the repository, but how can…

NeuroChad
- 15
- 3
0
votes
0 answers
Binder Error: CondaEnvException: Pip failed (pip subprocess error)
I'm trying create binder for my repo, here's the link to my repo: https://github.com/UCB-stat-159-s23/project-group14.git
But binder is failing and giving me these errors:
Pip subprocess error:
ERROR: file:///home/jovyan/project_tools (from -r…
0
votes
1 answer
Python Jupyter notebook widgets not rendering/updating properly on Binder
I am developing a small, python-based conceptual model based around ocean optics. This model uses a series of interactive widgets to update a plot of a curve. The code can be found here; https://gitlab.com/benloveday/oc_forward_model (with a link to…

Ben
- 3
- 3
0
votes
1 answer
404 Error with mybinder.org when I try to deploy a Jupyter Notebook with voila from GitHub
I have a problem deploying my Jupyter Notebook from Github to mybinder.org.
I configured everything according to several tutorials I found, but everytime I try to build the page mybinder.org gives me this error afterwards:
404 : Not Found,
You are…

Tobias Averbeck
- 23
- 4
0
votes
0 answers
Trying to upload a simple colab notebook to a webpage hosted by voila and mybinder, but the VBoxModel is not woking
I'm the whole day trying to upload a simple deep learning model that predicts 3 thing in a web page using voila and mybinder. The problem is that I'm using the VBoxModel method to show the program, but its not working. error:
Error:
Failed to load…

Crab Shin
- 1
- 1
0
votes
0 answers
mybinder works OK with a branch but not with another
I may be missing something obvious here, but I'm encountering a very weird behaviour. If I launch mybinder on the main branch of my repo (https://github.com/StatisticsHealthEconomics/stat0019_binder/tree/main), all works fine. However, if I use a…

Gianluca Baio
- 41
- 2
0
votes
0 answers
How to keep binder image from breaking for no reason and with no changes
My binder repo stopped launching and appears to give some error when installing packages from apt.txt. Nothing fundamentally has changed with the repo and the repo works fine when I run it locally with repo2docker.
Remote (fails to launch):…

Noah_Seagull
- 337
- 5
- 18
0
votes
1 answer
Problem connecting to virtuoso db using PyODBC when installing virtuoso-opensource with apt.txt
Bug description
Problem connecting to virtuoso db using PyODBC when installing virtuoso-opensource with apt.txt
Expected behaviour
Successful connection to the virtuoso db using PyODBC
Actual behaviour
Problem occured:
Error: ('S2801', '[S2801]…

Efstathios Chatzikyriakidis
- 1,341
- 2
- 15
- 33
0
votes
0 answers
unable to connect to postgres hosted on ubuntu VM on azure from myBinder
I've setup a postgres database on an ubuntu VM on azure.
I use this simple conda env to access my database from jupyter :
conda create -n test python=3.8.5 pandas psycopg2 ipython-sql sqlalchemy jupyterlab
I can connect to this database from…

jtobelem
- 749
- 2
- 6
- 23
0
votes
0 answers
mybinder: Javascript Error: IPython is not defined
I have created a jupyter notebook and created a mybinder from it. The notebook contains an interactive plot (matplotlib), which will update itself while the code is running. The cell looks like this:
%matplotlib notebook
# do some plotting #
The…

peel_the_avocado
- 61
- 1
- 3
0
votes
2 answers
How do I use Binder with a GitHub repo that has Git-lfs files?
Old Problem:
I’m trying to use Binder to share my Git repo, but the git repo has git-lfs files.
If I try to use the repo when pointer files to the git-lfs files are present instead of the actual files, I get the following error from Binder: Smudge…

Andrew Hinh
- 11
- 5
0
votes
0 answers
How to solve Binder error message for OSMnx?
I'm trying to use OSMnx in binder but get an error message:
---------------------------------------------------------------------------
ImportError Traceback (most recent call last)
/tmp/ipykernel_120/2784735849.py in…

Sanne Hombroek
- 105
- 1
- 6
0
votes
1 answer
mybinder, Error Starting Kernel, Failed to fetch
How to solve with https://mybinder.org/ error Error Starting Kernel, Failed to fetch?
It worked in the past.
Path to github
https://github.com/itsergiu/Predict-S-P-500-correction-with-Shiller-PE-Ratio-and-Buffet-Indicator
Path to…

itsergiu
- 662
- 6
- 11