bokeh / outreach-programs

A space to coordinate outreach programs like Outreachy and Google Season of Docs.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Project_1_Sarima_Chiorlu_Outreachy_contribution

Richiio opened this issue · comments

First Task: Setting up bokeh dev environment
Successfully setup and the output can be found here:

  • One
Python version      :  3.10.9 | packaged by conda-forge | (main, Feb  2 2023, 20:14:58) [MSC v.1929 64 bit (AMD64)]
IPython version     :  8.11.0
Tornado version     :  6.2
Bokeh version       :  3.1.0rc1+18.gcc911148
BokehJS static path :  C:\Users\Sarima Chiorlu\bokeh\src\bokeh\server\static
node.js version     :  v18.12.1
npm version         :  8.19.4
Operating system    :  Windows-10-10.0.22000-SP0

  • Two
(bkdev) C:\Users\Sarima Chiorlu\bokeh>python -m bokeh serve --show examples\server\app\sliders.py
2023-03-24 22:12:04,610 Starting Bokeh server version 3.1.0rc1+18.gcc911148 (running on Tornado 6.2)
2023-03-24 22:12:16,708 User authentication hooks NOT provided (default user enabled)
2023-03-24 22:12:16,939 Bokeh app running at: http://localhost:5006/sliders
2023-03-24 22:12:16,939 Starting Bokeh server with process id: 29128
2023-03-24 22:12:42,430 WebSocket connection opened
2023-03-24 22:12:42,432 ServerConnection created
2023-03-24 22:13:23,008 WebSocket connection closed: code=1001, reason=None
2023-03-24 22:13:24,116 WebSocket connection opened
2023-03-24 22:13:24,118 ServerConnection created

Setup output

Second Task

Pull request showing second task completed can be found here