I am creating a random password generator. I wanted to create an input field where the length of the password can only be min 8 and max 16. If user input the le
We can enable/disable showing LineNumbers in each code block from "View" tab in Jupyter Lab. But this has to be done every time I open new instance of Jupyter-l
I am trying to download files from a url. I found wget command to be able to do that. Since I use Jupyter, I did not want to use pip, however conda install con
import multiprocessing import os import pickle import numpy as np import neat import gym runs_per_net = 2 # Use the NN network phenotype and the discrete actu
I hope you are doing well. I have post request from which I want to get data in my jupyter notebook. I used the POSTMAN to check the data. Its working fine in t
It's my first time with SageMaker, and I'm having issues when trying to execute this script I took from this Huggingface model (deploy tab) from sagemaker.huggi
For the past many months I am trying to code in Jupyter Notebook but whenever I open Jupyter Notebook, then, I see a message where it is written 'A connection t
I using online jupyterlab which can be accessed through this link below if not then use the second link This is the second link So the problem is i have uploade
Currently trying to read a .eep file on python. When I try to call the function read_mist_models, the following error shows: import read_mist_models ModuleNo
Failed to start the Kernel. Failed to start the Kernel 'wonyong (Python 3.8.8)'. View Jupyter log for further details. listen EFAULT: bad address in system ca
I wanted to install imbalanced-learn using pip install imbalanced-learn. Then I have tried import from imblearn.ensemble import EasyEnsembleClassifier This imp
Jupiter notebook is not opening notebooks and shows a "500 : Internal Server Error" instead. What I did was activate an environment I need and launching Jupyter
I am trying the following code in a jupyter notebook if not os.path.exists(os.path.join(paths['APIMODEL_PATH'], 'research', 'object_detection')): !git clone
I am using ipython 6.4.0 on ubuntu 20.04 and using jupyter kernelspec list , I found, there are 2 kernels : practice_applied_ai python3 When I open any .ipynb f
I've made changes to .ipynb-file in Visual Studio Code, but I'm unable to save it. I've tried 4 ways and each of them doesn't work: Ctrl + S (nothing happens) V
Can anyone here share some recommendations and best practices for working with Jupyter notebooks and Bitbucket/git? We have the Notebook viewer plugin installed
While setting up my new system, I am trying to run my notebook file on VS Code but as soon as I open VS Code it give me this error Failed to detect Jupyter Note
When I make even a simple change in a file checked out in /root/model/ in Google Colab environment Intro, I get "TabError: Inconsistent use of tab and spaces i
I am trying to access a Jupyter Notebook created with the shell_plus command from django-extensions in a Docker container. docker-compose -f local.yml run --rm
In VSCode, a script with: #%% a = 3 creates a Jupyter cell. Running the cell starts Jupyter server and evaluates the code in Python Interactive window. I wo