Failed process

Hola, soy nueva en Julia e intento descargar Jupyter notebooks sin embargo cuando pongo notebook en la consola me aparece la opción que si quiero descargarlo en conda, escribo que si pero al final me aparece un failed process
Que hago para que se descargue Jupyter Notebooks

Gracious. je ne pas parle Espanyol

@TheCedarPrince

1 Like

Hola, la verdad es que este foro es internacional y por tanto se escribe en inglés. Sin embargo, como mi lengua nativa es el español, voy a responderte.

Hay dos opciones:
a) Tener ya previamente Jupyter, en ese caso sólo hace falta instalar IJulia, para que Jupyter pueda crear Notebook usando Julia.
b) No tener instalado Jupyter y que Julia, al instalar IJulia, lo instale.

Por lo que parece, has probado el caso (b) y te ha dado error, por lo que te recomiendo que uses el modo (a). No puedo ofrecerte mayor ayuda a no ser que des más detalle sobre la versión de Julia que probaste, y el mensaje de error que te da.

Espero que te sirva de algo mi comentario. Si tienes más problema, puedes escribirme en privado.


Hi, this forum is international, so people write in English, however as Spanish is my mother language, I am going to reply you.

There are two options:
a) To have previously installed Jupyter, then it is only required to to install the package IJulia, in order to allow Jupyter to create notebook using Julia.
b) Without an installation Jupyter, IJulia ask to install Jupyter (using Conda.jl).

It seems that the option (b) is not working, so I suggest you to use the option (a). I cannot give you more help unless you give me more details (like the Julia version and the detailed error message that you have obtained).

I hope I could help you. If you have more problems, you can write me directly.

Best regards

1 Like

Hola @Leslie_Aylin_Chavez
There is a very good new notebook system called Pluto.
It is very easy to install with Julia.

https://www.youtube.com/watch?v=OOjKEgbt8AI

Hola @Leslie_Aylin_Chavez! Bienvenido a la communidad de JuliaLang!

Si, estoy de acuerdo con @dmolina.

Con respeto a caso (a), puedes descargar el paquete con ] add IJulia.

Ademas, si has descargado IJulia y el programma continua faltar, quizas intente ] up para descargar las versiones mas recientes de los pquetes en tu installacion de Julia.

De todos modos, porque eres nueva a Julia (y la communidad de Julia en general), aqui esta algunos recursos aprender mas acerca de Julia en espanol:

  1. Intro a Julia - a gran libro en Julia que es una traduccion del libro, Think Python, a Julia.
  2. Slack de Julia - hay canales donde puedes preguntar alguna pregunta tienes. Probar #espanol-spanish, #helpdesk, y #general!

Si tienes mas preguntas acerca de Julia, dejanos saber y bienvenido a Julia!

P.S. Como @dmolina dije, en la verdad, usamos ingles para communicacion en la communidad.


Hi @Leslie_Aylin_Chavez! Welcome to the JuliaLang community!

Yes, I agree with @dmolina.

Regarding case (a), you can download the package with ] add IJulia.

Also, if you have downloaded IJulia and the program is still missing, you may try ] up to download the latest versions of the packages in your Julia installation.

Anyway, because you are new to Julia (and the Julia community in general), here are some resources to learn more about Julia in Spanish:

  1. [Intro to Julia] (https://introajulia.org/) - a great book in Julia which is a translation of the book, Think Python, to Julia.
  2. [Julia’s Slack] (https://slackinvite.julialang.org/) - there are channels where you can ask any questions you have. Try # espanol-spanish, # helpdesk, and # general!

If you have any more questions about Julia, let me know and welcome to Julia!

P.S. As @dmolina said, in truth, we use English for communication in the community.

1 Like

Oh y por cierto @Leslie_Aylin_Chavez - recomendo Pluto si quieres una alternativa a Jupyter. En mi experiencia, Pluto es mas facil que Jupyter. Aqui esta el enlace acerca del proyecto: https://github.com/fonsp/Pluto.jl

(Gracias por la recommendacion @johnh)


Oh and by the way @Leslie_Aylin_Chavez - I recommend Pluto if you want an alternative to Jupyter. In my experience, Pluto is easier than Jupyter. Here is the link about the project: https://github.com/fonsp/Pluto.jl

(Thanks for the recommendation @johnh)

2 Likes

@Leslie_Aylin_Chavez Please tell us how you are progressing with Jupyter or Pluto