You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I am using Julia for the first time. I downloaded Julia and tried to attach jupyter notebook to it. But I am getting an error as shown below:
julia> notebook()
install Jupyter via Conda, y/n? [y]: y
[ Info: Downloading miniconda installer ...
ERROR: failed process: Process('C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe' -Version 3 -NoProfile -Command "[System.Net.ServicePointManager]::SecurityProtocol = [System.Net.SecurityProtocolType]::Tls12; (New-Object System.Net.Webclient).DownloadFile('https://repo.continuum.io/miniconda/Miniconda3-latest-Windows-x86_64.exe', 'C:\Users\Admin\.julia\conda\3\installer.exe')", ProcessExited(3221225477)) [3221225477]
Please help me in resolving the issue.
The text was updated successfully, but these errors were encountered:
Hello,
I am using Julia for the first time. I downloaded Julia and tried to attach jupyter notebook to it. But I am getting an error as shown below:
julia> notebook()
install Jupyter via Conda, y/n? [y]: y
[ Info: Downloading miniconda installer ...
ERROR: failed process: Process(
'C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe' -Version 3 -NoProfile -Command "[System.Net.ServicePointManager]::SecurityProtocol = [System.Net.SecurityProtocolType]::Tls12; (New-Object System.Net.Webclient).DownloadFile('https://repo.continuum.io/miniconda/Miniconda3-latest-Windows-x86_64.exe', 'C:\Users\Admin\.julia\conda\3\installer.exe')"
, ProcessExited(3221225477)) [3221225477]Please help me in resolving the issue.
The text was updated successfully, but these errors were encountered: