Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: jupyter notebook
Post: jupyter notebook

hi, I installed jupyter notebook through pip. $ pip install jupyterlab $ jupyter notebook [C 14:25:06.690 NotebookApp] No such file or directory: /Users/apple/notebook /// when i set the path ...
varsh General Coding Help 0 2,136 Sep-25-2020, 08:56 AM
    Thread: requests module is not working
Post: RE: requests module is not working

(Sep-10-2020, 02:36 PM)buran Wrote: You have a file "/Users/apple/eclipse-workspace/test_demo/test_package/logging.py". This file shadows the logging module from Standard Library. Remove/rename that...
varsh Web Scraping & Web Development 3 3,836 Sep-10-2020, 03:07 PM
    Thread: requests module is not working
Post: requests module is not working

hi, I pip installed requests module and added it to my pydev path in my eclipse project. But when i run the program, I get the following error. Please help ! import requests r = requests.get( 'https:/...
varsh Web Scraping & Web Development 3 3,836 Sep-10-2020, 02:06 PM
    Thread: accessing a second level nested function
Post: RE: accessing a second level nested function

(Aug-09-2020, 03:40 PM)deanhystad Wrote: I was going to (ok, did) ask why would you want to do such a thing. Is it to allow writing code like that used in Yoriz' example? Looks confusing to me.No,...
varsh General Coding Help 3 2,497 Aug-13-2020, 06:57 AM
    Thread: accessing a second level nested function
Post: accessing a second level nested function

def html_tag( tag ): def body( msg ): print( "hi! :", msg ) def inn_body( msg1 ): print( "hola: ", msg1 ) return inn_body return body h1 = html_tag( "h1" ) ...
varsh General Coding Help 3 2,497 Aug-09-2020, 11:04 AM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020