-
Notifications
You must be signed in to change notification settings - Fork 57
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
Atom stata language mapping #403
Comments
Make sure you've gone through these steps: https://kylebarron.dev/stata_kernel/getting_started/ and then make sure that the console works outside of Atom, like in Jupyter Notebook. |
Yes. I followed all these steps. But... the console should works outside of Atom? I just opened a new file in Atom. What does I make different. I'm sorry, I realize that really I have a beginner's level and i never tried Jupyter. Do I have to download jupyter too or is hydrogen enough for Atom? |
You need to set up Jupyter. It needs to be able to run outside atom in order to run inside it |
Ok. I've download Jupyterlab and python kernel. In Atom, shift-enter works now with python (only when i launch from console) but doesn't work with stata language and the same error message with language mapping appear. |
It seems to come better. Now atom recognize stata kernel but I receive the following error message : Your Hydrogen config is broken: languageMappings Stata |
This implies the configuration field
I think there are some issues about this already on this repo. You might need to edit your config file manually to fix the path to Stata. |
Thanks for the answer. |
Hi,
I'm a beginner in code. I've installed Atom few month ago to learn python. And now for my new studies, I have to work with Stata. I've see that it's possible to use atom as a do-file for stata.
I've installed language stata and hydrogen packages as it's explain here. Atom recognize the language but the run command (crtl-enter) dosen't work. An error message come :
"No kernel for grammar Stata found
Check that the language for this file is set in Atom, that you have a Jupyter kernel installed for it, and that you have configured the language mapping in Hydrogen preferences."
Can anybody help me to write the correct language mapping?
Atom is really good but without the run command that's not useful for me.
Thank you in advance for your answers.
The text was updated successfully, but these errors were encountered: