Skip to content

DeepNote Initialisation for LightKurve plots -> [HDASH-4] #1

Description

@Gizmotronn

Deepnote doc

TIC = 'TIC 284475976' # TIC Star ID
sector_data = lk.search_lightcurve(TIC, author = 'SPOC', sector = 23) # can remove each arg if needed
sector_data
lc = sector_data.download()
lc.plot()
select
    stars.star_id,
    stars.author,
from
    stars-sailors

Then:

retention.loc[retention.Week == 4][['variant','Retention']].reset_index(drop=True)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

duplicateThis issue or pull request already exists

Type

No type

Projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions