-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Connection Issue with Tapipy Library in Custom Jupyter App #64
Labels
bug
Something isn't working
Comments
Test #1: Install
|
Test #2: Add tapipy to requeriments.txt and create a new app Results
Notes |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description:
We are experiencing a problem with our custom Jupyter application when including the
tapipy
library in the requirements. The application installs and runs but fails to establish a secure connection.Steps to Reproduce:
tapipy
to the requirements.Expected Behavior:
The application should run and connect securely with
tapipy
included in the requirements.Actual Behavior:
The application installs and runs but fails to establish a secure connection when
tapipy
is included in the requirements.Additional Information:
tapipy
from the requirements allows the application to load and connect successfully.tapipy
interactively in a Jupyter notebook works without issues.tapipy
is installed, either via Docker or as part of the application requirements.Logs/Screenshots:
(Include any relevant logs or screenshots that could help in diagnosing the problem.)
Potential Cause:
The problem might be related to how
tapipy
interacts with the environment setup in our custom applications.Suggested Actions:
tapipy
in different stages of the application setup to pinpoint where the connection issue arises.tapipy
and the specific versions of dependencies we are using.The text was updated successfully, but these errors were encountered: