We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I configured the virtual environment according to this issue #8.
pywinpty supports at least 3.7, so it is not just a plug-in problem that prevents the installation of jupyter, and I upgraded to 3.7.12
pywinpty
3.7
jupyter
3.7.12
Then I run
import numpy as np from mftma.manifold_analysis_correlation import manifold_analysis_corr np.random.seed(0) X = [np.random.randn(5000, 50) for i in range(100)] kappa = 0 n_t = 200 capacity_all, radius_all, dimension_all, center_correlation, K = manifold_analysis_corr(X, kappa, n_t)
my jupter kernel will die (VScode and jupter notebook), I don't know what's going on and I'd like to ask for your help
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I configured the virtual environment according to this issue #8.
pywinpty
supports at least3.7
, so it is not just a plug-in problem that prevents the installation ofjupyter
, and I upgraded to3.7.12
Then I run
my jupter kernel will die (VScode and jupter notebook), I don't know what's going on and I'd like to ask for your help
The text was updated successfully, but these errors were encountered: