atom-editor

Jupyter Notebook can't find modules for python 3.6

Jupyter Notebook can't find modules for python 3.6 Question: Not sure what happened but whenever I use ipython, hydrogen (atom) or jupyter notebook can’t find any of the installed modules. I know I have pandas installed but the notebook says its not found. I should add that when I run the script normally (python script.py) …

Total answers: 9

How to run python script using atom?

How to run python script using atom? Question: I have been using atom code editor to write C code and run it using a gcc compiler, recently I started out on python code and have been trying to run python script using atom code editor but i keep on getting errors, is there a way …

Total answers: 3

How to use visual studio code to debug django

How to use visual studio code to debug django Question: I’m new at django development and come from desktop/mobile app development with Xcode and related IDE. I have to use Django and I was wondering if there was an efficient way to debug it using Visual Studio Code (or Atom). Any help related to Django …

Total answers: 5

Running Python from Atom

Running Python from Atom Question: In Sublime, we have an easy and convent way to run Python or almost any language for that matter using ⌘ + b (or ctrl + b) Where the code will run in a small window below the source code and can easily be closed with the escape key when …

Total answers: 7

How to hide *pyc files in atom editor

How to hide *pyc files in atom editor Question: Started using Atom for Python/Django development and would like to hide all the *.pyc files from sidebar. How to configure it? Asked By: andilabs || Source Answers: I found this where it is said that you can toggle that in Preferences->Tree View->Hide Ignored Names and Hide …

Total answers: 3